summaryrefslogtreecommitdiff
path: root/tests/gem_ctx_bad_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_ctx_bad_destroy.c')
-rw-r--r--tests/gem_ctx_bad_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_ctx_bad_destroy.c b/tests/gem_ctx_bad_destroy.c
index c1f6bd85..fd6d988b 100644
--- a/tests/gem_ctx_bad_destroy.c
+++ b/tests/gem_ctx_bad_destroy.c
@@ -43,7 +43,7 @@ int fd;
igt_main
{
igt_fixture {
- fd = drm_open_any_render();
+ fd = drm_open_driver_render(DRIVER_INTEL);
ctx_id = gem_context_create(fd);
/* Make sure a proper destroy works first */