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

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


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

diff --git a/tests/kms_sink_crc_basic.c b/tests/kms_sink_crc_basic.c
index b977dec..443f82e 100644
--- a/tests/kms_sink_crc_basic.c
+++ b/tests/kms_sink_crc_basic.c
@@ -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);
-- 
1.8.3.1




More information about the Intel-gfx mailing list