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:
Damien Lespiau 2014-06-23 15:21:21 +01:00
parent fd1317bd25
commit b013b21179

View File

@ -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,