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 --- lib/ioctl_wrappers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ioctl_wrappers.h') diff --git a/lib/ioctl_wrappers.h b/lib/ioctl_wrappers.h index 64628df7..cf33da87 100644 --- a/lib/ioctl_wrappers.h +++ b/lib/ioctl_wrappers.h @@ -148,6 +148,7 @@ void gem_sw_finish(int fd, uint32_t handle); bool gem_bo_busy(int fd, uint32_t handle); /* feature test helpers */ +void igt_require_gem(int fd); bool gem_has_llc(int fd); bool gem_has_bsd(int fd); bool gem_has_blt(int fd); -- cgit v1.2.3