summaryrefslogtreecommitdiff
path: root/benchmarks/gem_exec_reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/gem_exec_reloc.c')
-rw-r--r--benchmarks/gem_exec_reloc.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/benchmarks/gem_exec_reloc.c b/benchmarks/gem_exec_reloc.c
index a0736b51..abaf9345 100644
--- a/benchmarks/gem_exec_reloc.c
+++ b/benchmarks/gem_exec_reloc.c
@@ -35,12 +35,14 @@
#include <errno.h>
#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"
+#include "i915/gem.h"
#include "i915/gem_mman.h"
+#include "igt_debugfs.h"
+#include "intel_reg.h"
+#include "ioctl_wrappers.h"
#define SKIP_RELOC 0x1
#define NO_RELOC 0x2