summaryrefslogtreecommitdiff
path: root/benchmarks/gem_exec_trace.c
diff options
context:
space:
mode:
authorAndrzej Turko <andrzej.turko@linux.intel.com>2021-01-11 11:17:50 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2021-01-11 11:51:48 +0000
commit97a6f0b56ad9c4339be49a955671ebfc47b3133d (patch)
tree5235230793c120339e644526733ab2f942dce7d2 /benchmarks/gem_exec_trace.c
parent65c5eea699141e6f942ce0a8fc85db76ce53cd19 (diff)
lib/i915: Split gem_create.c from ioctl_wrappers.c
In preparation for a variation on the exisiting GEM_CREATE API, split the ioctl from out of the large ioctl_wrappers.c Signed-off-by: Andrzej Turko <andrzej.turko@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks/gem_exec_trace.c')
-rw-r--r--benchmarks/gem_exec_trace.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/gem_exec_trace.c b/benchmarks/gem_exec_trace.c
index 2724ee92..e37f6fb7 100644
--- a/benchmarks/gem_exec_trace.c
+++ b/benchmarks/gem_exec_trace.c
@@ -40,10 +40,11 @@
#include <assert.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
#include "drmtest.h"
-#include "intel_io.h"
+#include "i915/gem.h"
#include "igt_stats.h"
+#include "intel_io.h"
+#include "ioctl_wrappers.h"
enum {
ADD_BO = 0,