summaryrefslogtreecommitdiff
path: root/tests/gem_tiling_max_stride.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_tiling_max_stride.c')
-rw-r--r--tests/gem_tiling_max_stride.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_tiling_max_stride.c b/tests/gem_tiling_max_stride.c
index 9ab5341d..62fa4fee 100644
--- a/tests/gem_tiling_max_stride.c
+++ b/tests/gem_tiling_max_stride.c
@@ -68,7 +68,7 @@ igt_simple_main
int tile_width = 512;
int tile_height = 8;
- fd = drm_open_any();
+ fd = drm_open_driver(DRIVER_INTEL);
devid = intel_get_drm_devid(fd);