summaryrefslogtreecommitdiff
path: root/benchmarks/gem_blt.c
diff options
context:
space:
mode:
authorDerek Morton <derek.j.morton@intel.com>2015-10-14 17:32:58 +0100
committerThomas Wood <thomas.wood@intel.com>2015-10-15 16:59:59 +0100
commit0ab76a22d111b903cd3ee0ba8d20dfeb34608361 (patch)
tree2a8f4bcd337e5e78fe0729f6b97219a3afdc6a32 /benchmarks/gem_blt.c
parentf050dc663d6a24e2ad0441ee3f7066ebee5e3f8c (diff)
benchmarks/gem_blt: Include igt.h in gem_blt.c
To fix a build error on android Signed-off-by: Derek Morton <derek.j.morton@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'benchmarks/gem_blt.c')
-rw-r--r--benchmarks/gem_blt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/gem_blt.c b/benchmarks/gem_blt.c
index 181a5f12..8ab53020 100644
--- a/benchmarks/gem_blt.c
+++ b/benchmarks/gem_blt.c
@@ -25,6 +25,7 @@
*
*/
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
@@ -39,9 +40,6 @@
#include <time.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
-#include "intel_chipset.h"
#define LOCAL_I915_EXEC_NO_RELOC (1<<11)
#define LOCAL_I915_EXEC_HANDLE_LUT (1<<12)