summaryrefslogtreecommitdiff
path: root/tests/gem_evict_everything.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-02-22 15:24:54 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-02-22 15:28:33 +0000
commit9518cb59abe35143f15abac2b7ffdb99820ef53c (patch)
tree6840ce3c318a831bedecb33cae004fcdf5d3f40f /tests/gem_evict_everything.c
parentaf0e1c583e4235028a750551b4637c79ff482b30 (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_evict_everything.c')
-rw-r--r--tests/gem_evict_everything.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_evict_everything.c b/tests/gem_evict_everything.c
index 591b478b..2f93cde1 100644
--- a/tests/gem_evict_everything.c
+++ b/tests/gem_evict_everything.c
@@ -182,6 +182,7 @@ igt_main
igt_fixture {
fd = drm_open_driver(DRIVER_INTEL);
+ igt_require_gem(fd);
size = 1024 * 1024;
count = 3*gem_aperture_size(fd) / size / 4;