summaryrefslogtreecommitdiff
path: root/tests/gem_streaming_writes.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_streaming_writes.c')
-rw-r--r--tests/gem_streaming_writes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_streaming_writes.c b/tests/gem_streaming_writes.c
index 119f8b2e..39cb88df 100644
--- a/tests/gem_streaming_writes.c
+++ b/tests/gem_streaming_writes.c
@@ -376,7 +376,7 @@ igt_main
int fd, sync;
igt_fixture
- fd = drm_open_any();
+ fd = drm_open_driver(DRIVER_INTEL);
for (sync = 2; sync--; ) {
igt_subtest_f("cpu%s", sync ? "-sync":"")