summaryrefslogtreecommitdiff
path: root/tests/gem_lut_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_lut_handle.c')
-rw-r--r--tests/gem_lut_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_lut_handle.c b/tests/gem_lut_handle.c
index 9aa6f595..11dc1414 100644
--- a/tests/gem_lut_handle.c
+++ b/tests/gem_lut_handle.c
@@ -180,7 +180,7 @@ igt_simple_main
uint32_t handle;
int fd, i;
- fd = drm_open_any();
+ fd = drm_open_driver(DRIVER_INTEL);
handle = gem_create(fd, 4096);
gem_write(fd, handle, 0, batch, sizeof(batch));