mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
kms_pipe_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
fd1317bd25
commit
b013b21179
@ -138,7 +138,7 @@ test_read_crc_for_output(data_t *data, int pipe, igt_output_t *output,
|
|||||||
igt_create_color_fb(data->drm_fd,
|
igt_create_color_fb(data->drm_fd,
|
||||||
mode->hdisplay, mode->vdisplay,
|
mode->hdisplay, mode->vdisplay,
|
||||||
DRM_FORMAT_XRGB8888,
|
DRM_FORMAT_XRGB8888,
|
||||||
false, /* tiled */
|
I915_TILING_NONE,
|
||||||
colors[c].r,
|
colors[c].r,
|
||||||
colors[c].g,
|
colors[c].g,
|
||||||
colors[c].b,
|
colors[c].b,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user