From 9518cb59abe35143f15abac2b7ffdb99820ef53c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 22 Feb 2017 15:24:54 +0000 Subject: igt: Start marking up GEM tests that require an alive GPU to function Signed-off-by: Chris Wilson --- tests/gem_exec_gttfill.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/gem_exec_gttfill.c') diff --git a/tests/gem_exec_gttfill.c b/tests/gem_exec_gttfill.c index 6ab88b15..f9a061eb 100644 --- a/tests/gem_exec_gttfill.c +++ b/tests/gem_exec_gttfill.c @@ -223,6 +223,7 @@ igt_main igt_fixture { device = drm_open_driver(DRIVER_INTEL); + igt_require_gem(device); igt_require(can_store_dword_imm(device)); igt_fork_hang_detector(device); } -- cgit v1.2.3