summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/gem_busy.c1
-rw-r--r--benchmarks/gem_exec_reloc.c1
-rw-r--r--benchmarks/gem_mmap.c1
-rw-r--r--benchmarks/gem_wsim.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/gem_busy.c b/benchmarks/gem_busy.c
index ca517a16..2fb1edf9 100644
--- a/benchmarks/gem_busy.c
+++ b/benchmarks/gem_busy.c
@@ -45,6 +45,7 @@
#include "intel_chipset.h"
#include "intel_reg.h"
#include "igt_stats.h"
+#include "i915/gem_mman.h"
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)
#define LOCAL_I915_EXEC_HANDLE_LUT (1<<12)
diff --git a/benchmarks/gem_exec_reloc.c b/benchmarks/gem_exec_reloc.c
index f9487d95..c734643c 100644
--- a/benchmarks/gem_exec_reloc.c
+++ b/benchmarks/gem_exec_reloc.c
@@ -40,6 +40,7 @@
#include "ioctl_wrappers.h"
#include "igt_debugfs.h"
#include "drmtest.h"
+#include "i915/gem_mman.h"
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)
#define LOCAL_I915_EXEC_HANDLE_LUT (1<<12)
diff --git a/benchmarks/gem_mmap.c b/benchmarks/gem_mmap.c
index c809e087..d3d4ad31 100644
--- a/benchmarks/gem_mmap.c
+++ b/benchmarks/gem_mmap.c
@@ -43,6 +43,7 @@
#include "drmtest.h"
#include "igt_aux.h"
#include "igt_stats.h"
+#include "i915/gem_mman.h"
#define OBJECT_SIZE (1<<23)
diff --git a/benchmarks/gem_wsim.c b/benchmarks/gem_wsim.c
index 5a4753d9..0a5abc08 100644
--- a/benchmarks/gem_wsim.c
+++ b/benchmarks/gem_wsim.c
@@ -53,6 +53,7 @@
#include "igt_rand.h"
#include "igt_perf.h"
#include "sw_sync.h"
+#include "i915/gem_mman.h"
#include "ewma.h"