Signed-off-by: Damien Lespiau <[email protected]>
---
 tests/kms_fence_pin_leak.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/kms_fence_pin_leak.c b/tests/kms_fence_pin_leak.c
index 51bc72f..93f4e16 100644
--- a/tests/kms_fence_pin_leak.c
+++ b/tests/kms_fence_pin_leak.c
@@ -127,12 +127,12 @@ static bool run_single_test(data_t *data, enum pipe pipe, 
igt_output_t *output)
 
        igt_create_color_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
                            DRM_FORMAT_XRGB8888,
-                           true, /* need a fence so must be tiled */
+                           I915_TILING_X, /* need a fence so must be tiled */
                            0.0, 0.0, 0.0,
                            &fb[0]);
        igt_create_color_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
                            DRM_FORMAT_XRGB8888,
-                           true, /* need a fence so must be tiled */
+                           I915_TILING_X, /* need a fence so must be tiled */
                            0.0, 0.0, 0.0,
                            &fb[1]);
 
-- 
1.8.3.1

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to