summaryrefslogtreecommitdiff
path: root/benchmarks/gem_exec_fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/gem_exec_fault.c')
-rw-r--r--benchmarks/gem_exec_fault.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/gem_exec_fault.c b/benchmarks/gem_exec_fault.c
index 4bd05372..a3a0992c 100644
--- a/benchmarks/gem_exec_fault.c
+++ b/benchmarks/gem_exec_fault.c
@@ -41,11 +41,12 @@
#include <time.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
#include "drmtest.h"
+#include "i915/gem.h"
+#include "igt_stats.h"
#include "intel_io.h"
#include "intel_reg.h"
-#include "igt_stats.h"
+#include "ioctl_wrappers.h"
#define ENGINE_FLAGS (I915_EXEC_RING_MASK | I915_EXEC_BSD_MASK)