diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2017-02-22 15:24:54 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2017-02-22 15:28:33 +0000 |
commit | 9518cb59abe35143f15abac2b7ffdb99820ef53c (patch) | |
tree | 6840ce3c318a831bedecb33cae004fcdf5d3f40f /tests/gem_concurrent_all.c | |
parent | af0e1c583e4235028a750551b4637c79ff482b30 (diff) |
igt: Start marking up GEM tests that require an alive GPU to function
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_concurrent_all.c')
-rw-r--r-- | tests/gem_concurrent_all.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_concurrent_all.c b/tests/gem_concurrent_all.c index 66250849..6ec461d3 100644 --- a/tests/gem_concurrent_all.c +++ b/tests/gem_concurrent_all.c @@ -1833,6 +1833,7 @@ igt_main allow_unlimited_files(); fd = drm_open_driver(DRIVER_INTEL); + igt_require_gem(fd); intel_detect_and_clear_missed_interrupts(fd); devid = intel_get_drm_devid(fd); gen = intel_gen(devid); |