summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/gem_busy.c1
-rw-r--r--benchmarks/gem_create.c1
-rw-r--r--benchmarks/gem_exec_ctx.c1
-rw-r--r--benchmarks/gem_exec_fault.c1
-rw-r--r--benchmarks/gem_exec_nop.c1
-rw-r--r--benchmarks/gem_exec_reloc.c1
-rw-r--r--benchmarks/gem_wsim.c1
-rw-r--r--lib/drmtest.h2
-rw-r--r--lib/gpgpu_fill.h2
-rw-r--r--lib/igt_draw.c1
-rw-r--r--lib/igt_dummyload.h1
-rw-r--r--lib/igt_fb.c1
-rw-r--r--lib/ioctl_wrappers.c1
-rw-r--r--tools/intel_display_poller.c1
14 files changed, 15 insertions, 1 deletions
diff --git a/benchmarks/gem_busy.c b/benchmarks/gem_busy.c
index 247e8934..ca517a16 100644
--- a/benchmarks/gem_busy.c
+++ b/benchmarks/gem_busy.c
@@ -43,6 +43,7 @@
#include "ioctl_wrappers.h"
#include "drmtest.h"
#include "intel_chipset.h"
+#include "intel_reg.h"
#include "igt_stats.h"
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)
diff --git a/benchmarks/gem_create.c b/benchmarks/gem_create.c
index 1e7efacf..bb3e7b64 100644
--- a/benchmarks/gem_create.c
+++ b/benchmarks/gem_create.c
@@ -43,6 +43,7 @@
#include "drmtest.h"
#include "igt_aux.h"
#include "igt_stats.h"
+#include "intel_reg.h"
#define OBJECT_SIZE (1<<23)
diff --git a/benchmarks/gem_exec_ctx.c b/benchmarks/gem_exec_ctx.c
index a1c6e5d7..e55275f3 100644
--- a/benchmarks/gem_exec_ctx.c
+++ b/benchmarks/gem_exec_ctx.c
@@ -42,6 +42,7 @@
#include "ioctl_wrappers.h"
#include "drmtest.h"
#include "intel_io.h"
+#include "intel_reg.h"
#include "igt_stats.h"
enum mode { NOP, CREATE, SWITCH, DEFAULT };
diff --git a/benchmarks/gem_exec_fault.c b/benchmarks/gem_exec_fault.c
index 21bdbc9b..3f58c77d 100644
--- a/benchmarks/gem_exec_fault.c
+++ b/benchmarks/gem_exec_fault.c
@@ -44,6 +44,7 @@
#include "ioctl_wrappers.h"
#include "drmtest.h"
#include "intel_io.h"
+#include "intel_reg.h"
#include "igt_stats.h"
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)
diff --git a/benchmarks/gem_exec_nop.c b/benchmarks/gem_exec_nop.c
index 8eb88c1f..b327e2e8 100644
--- a/benchmarks/gem_exec_nop.c
+++ b/benchmarks/gem_exec_nop.c
@@ -42,6 +42,7 @@
#include "ioctl_wrappers.h"
#include "drmtest.h"
#include "intel_io.h"
+#include "intel_reg.h"
#include "igt_stats.h"
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)
diff --git a/benchmarks/gem_exec_reloc.c b/benchmarks/gem_exec_reloc.c
index 40e2e478..f9487d95 100644
--- a/benchmarks/gem_exec_reloc.c
+++ b/benchmarks/gem_exec_reloc.c
@@ -36,6 +36,7 @@
#include <sys/stat.h>
#include <sys/time.h>
#include "drm.h"
+#include "intel_reg.h"
#include "ioctl_wrappers.h"
#include "igt_debugfs.h"
#include "drmtest.h"
diff --git a/benchmarks/gem_wsim.c b/benchmarks/gem_wsim.c
index 57dec7b5..80f18082 100644
--- a/benchmarks/gem_wsim.c
+++ b/benchmarks/gem_wsim.c
@@ -43,6 +43,7 @@
#include "intel_chipset.h"
+#include "intel_reg.h"
#include "drm.h"
#include "ioctl_wrappers.h"
#include "drmtest.h"
diff --git a/lib/drmtest.h b/lib/drmtest.h
index fdd34ec6..949865ee 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -36,7 +36,7 @@
#include <xf86drm.h>
-#include "intel_batchbuffer.h"
+#include "igt_core.h"
#define DRIVER_INTEL (1 << 0)
#define DRIVER_VC4 (1 << 1)
diff --git a/lib/gpgpu_fill.h b/lib/gpgpu_fill.h
index f0d188ae..0190bfc1 100644
--- a/lib/gpgpu_fill.h
+++ b/lib/gpgpu_fill.h
@@ -27,6 +27,8 @@
#ifndef GPGPU_FILL_H
#define GPGPU_FILL_H
+#include "intel_batchbuffer.h"
+
void
gen7_gpgpu_fillfunc(struct intel_batchbuffer *batch,
struct igt_buf *dst,
diff --git a/lib/igt_draw.c b/lib/igt_draw.c
index 4c2b0fd9..ebae9151 100644
--- a/lib/igt_draw.c
+++ b/lib/igt_draw.c
@@ -27,6 +27,7 @@
#include "igt_draw.h"
#include "drmtest.h"
+#include "intel_batchbuffer.h"
#include "intel_chipset.h"
#include "igt_core.h"
#include "igt_fb.h"
diff --git a/lib/igt_dummyload.h b/lib/igt_dummyload.h
index a8ec213f..c6ccc293 100644
--- a/lib/igt_dummyload.h
+++ b/lib/igt_dummyload.h
@@ -29,6 +29,7 @@
#include <time.h>
#include "igt_aux.h"
+#include "i915_drm.h"
typedef struct igt_spin {
unsigned int handle;
diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 7404ba7c..34b1a261 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -34,6 +34,7 @@
#include "igt_kms.h"
#include "igt_x86.h"
#include "ioctl_wrappers.h"
+#include "intel_batchbuffer.h"
#include "intel_chipset.h"
/**
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index 4e1a08bf..79db44a8 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -49,6 +49,7 @@
#include "drmtest.h"
#include "i915_drm.h"
+#include "intel_batchbuffer.h"
#include "intel_chipset.h"
#include "intel_io.h"
#include "igt_debugfs.h"
diff --git a/tools/intel_display_poller.c b/tools/intel_display_poller.c
index a26e2ecf..51f5b9a5 100644
--- a/tools/intel_display_poller.c
+++ b/tools/intel_display_poller.c
@@ -34,6 +34,7 @@
#include <string.h>
#include "intel_chipset.h"
#include "intel_io.h"
+#include "intel_reg.h"
#include "igt_debugfs.h"
#include "drmtest.h"
#include "igt_aux.h"