lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/

Simplify the name since the old _fb function is now gone.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-23 16:52:49 +01:00
parent 70182167d6
commit 2fc2fa5471
11 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -128,10 +128,10 @@ static int test_format(const char *test_name,
width = mode->hdisplay;
height = mode->vdisplay;
if (!kmstest_create_fb2(drm_fd, width, height, format, false, &fb[0]))
if (!kmstest_create_fb(drm_fd, width, height, format, false, &fb[0]))
goto err1;
if (!kmstest_create_fb2(drm_fd, width, height, format, false, &fb[1]))
if (!kmstest_create_fb(drm_fd, width, height, format, false, &fb[1]))
goto err2;
if (drmModeSetCrtc(drm_fd, cconf->crtc->crtc_id, fb[0].fb_id,