diff --git a/tests/gem_gtt_hog.c b/tests/gem_gtt_hog.c index 53d7dd7c..5f141092 100644 --- a/tests/gem_gtt_hog.c +++ b/tests/gem_gtt_hog.c @@ -150,6 +150,10 @@ igt_simple_main pid_t children[64]; int n; + /* check for an intel gpu before goint nuts. */ + int fd = drm_open_any(); + close(fd); + igt_skip_on_simulation(); gettimeofday(&start, NULL);