mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
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:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user