summaryrefslogtreecommitdiff
path: root/tests/gem_caching.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_caching.c')
-rw-r--r--tests/gem_caching.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_caching.c b/tests/gem_caching.c
index 2f1efece..2ef364d5 100644
--- a/tests/gem_caching.c
+++ b/tests/gem_caching.c
@@ -114,7 +114,7 @@ igt_main
igt_fixture {
srandom(0xdeadbeef);
- fd = drm_open_any();
+ fd = drm_open_driver(DRIVER_INTEL);
gem_require_caching(fd);