mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
kms_sink_crc_basic: Adjust to the new igt_create.*fb() API
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
ab4cb9d7ce
commit
210f76c496
@ -70,7 +70,7 @@ static uint32_t create_fb(data_t *data,
|
||||
uint32_t fb_id;
|
||||
|
||||
fb_id = igt_create_fb(data->drm_fd, w, h,
|
||||
DRM_FORMAT_XRGB8888, false, fb);
|
||||
DRM_FORMAT_XRGB8888, I915_TILING_NONE, fb);
|
||||
igt_assert(fb_id);
|
||||
|
||||
cr = igt_get_cairo_ctx(data->drm_fd, fb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user