diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-06-23 15:21:21 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2014-08-21 14:54:01 +0100 |
commit | b013b2117964529f8e693f5da2c865258b2af42d (patch) | |
tree | 8b400395120d40f84f2da11966f2215935909e81 | |
parent | fd1317bd25944feebbd553a7c85395beb6842df0 (diff) |
kms_pipe_crc_basic: Adjust to the new igt_create.*fb() API
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
-rw-r--r-- | tests/kms_pipe_crc_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c index 15aba2f2..510a7d54 100644 --- a/tests/kms_pipe_crc_basic.c +++ b/tests/kms_pipe_crc_basic.c @@ -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, mode->hdisplay, mode->vdisplay, DRM_FORMAT_XRGB8888, - false, /* tiled */ + I915_TILING_NONE, colors[c].r, colors[c].g, colors[c].b, |