mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 18:06:18 +00:00
kms_render: Adjust to the new igt_create.*fb() API
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
3149b8e903
commit
0d4cf057f5
@ -125,10 +125,12 @@ static int test_format(const char *test_name,
|
|||||||
width = mode->hdisplay;
|
width = mode->hdisplay;
|
||||||
height = mode->vdisplay;
|
height = mode->vdisplay;
|
||||||
|
|
||||||
if (!igt_create_fb(drm_fd, width, height, format, false, &fb[0]))
|
if (!igt_create_fb(drm_fd, width, height, format, I915_TILING_NONE,
|
||||||
|
&fb[0]))
|
||||||
goto err1;
|
goto err1;
|
||||||
|
|
||||||
if (!igt_create_fb(drm_fd, width, height, format, false, &fb[1]))
|
if (!igt_create_fb(drm_fd, width, height, format, I915_TILING_NONE,
|
||||||
|
&fb[1]))
|
||||||
goto err2;
|
goto err2;
|
||||||
|
|
||||||
if (drmModeSetCrtc(drm_fd, cconf->crtc->crtc_id, fb[0].fb_id,
|
if (drmModeSetCrtc(drm_fd, cconf->crtc->crtc_id, fb[0].fb_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user