summaryrefslogtreecommitdiff
path: root/tests/gem_tiled_wb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_tiled_wb.c')
-rw-r--r--tests/gem_tiled_wb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_tiled_wb.c b/tests/gem_tiled_wb.c
index ea1e7a17..f52588d9 100644
--- a/tests/gem_tiled_wb.c
+++ b/tests/gem_tiled_wb.c
@@ -137,7 +137,7 @@ igt_simple_main
uint32_t tiling, swizzle;
uint32_t handle;
- fd = drm_open_any();
+ fd = drm_open_driver(DRIVER_INTEL);
handle = create_bo(fd);
get_tiling(fd, handle, &tiling, &swizzle);