[Intel-gfx] [PATCH 08/16] kms_pipe_crc_basic: Adjust to the new igt_create.*fb() API

Damien Lespiau damien.lespiau at intel.com
Thu Aug 21 15:59:12 CEST 2014


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 tests/kms_pipe_crc_basic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index 15aba2f..510a7d5 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,
-- 
1.8.3.1




More information about the Intel-gfx mailing list