[Intel-gfx] [PATCH 04/16] kms_fence_pin_leak: Use I915_TILING_X to create fbs
Damien Lespiau
damien.lespiau at intel.com
Thu Aug 21 15:59:08 CEST 2014
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
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
More information about the Intel-gfx
mailing list