summaryrefslogtreecommitdiff
path: root/lib/ioctl_wrappers.h
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 /lib/ioctl_wrappers.h
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 'lib/ioctl_wrappers.h')
-rw-r--r--lib/ioctl_wrappers.h1
1 files changed, 1 insertions, 0 deletions
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);