summaryrefslogtreecommitdiff
path: root/lib/igt_aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_aux.h')
-rw-r--r--lib/igt_aux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_aux.h b/lib/igt_aux.h
index e4a48eba..0bd226be 100644
--- a/lib/igt_aux.h
+++ b/lib/igt_aux.h
@@ -33,6 +33,8 @@
#include <stddef.h>
#include <sys/time.h>
+#include <i915/gem_submission.h>
+
extern drm_intel_bo **trash_bos;
extern int num_trash_bos;
@@ -280,8 +282,6 @@ void igt_unlock_mem(void);
ret_; \
})
-void gem_show_submission_method(int fd);
-
struct igt_mean;
void igt_start_siglatency(int sig); /* 0 => SIGRTMIN (default) */
double igt_stop_siglatency(struct igt_mean *result);