diff options
Diffstat (limited to 'tests/gem_alive.c')
| -rw-r--r-- | tests/gem_alive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_alive.c b/tests/gem_alive.c index c94e3dce..75444438 100644 --- a/tests/gem_alive.c +++ b/tests/gem_alive.c @@ -14,7 +14,7 @@ int main(void) signal(SIGALRM, SIG_IGN); - fd = __drm_open_any(); + fd = __drm_open_driver(DRIVER_INTEL); if (fd < 0) return IGT_EXIT_SKIP; |
