summaryrefslogtreecommitdiff
path: root/lib/gpgpu_fill.h
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-05-06 23:08:46 +0100
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-05-07 15:03:58 +0100
commit8bde13ad8c4a5652b5ff67782ecbf2dde21faebf (patch)
tree3cdcbe4c49b262736a06aff3262ba37357137b14 /lib/gpgpu_fill.h
parent91b5a3ef5516b29584ea4567b0f5ffa18219b29f (diff)
lib: drop drmtest dependency on intel_batchbuffer
It doesn't look like there should be a dependency there. v2: s/intel_batchbuffer/intel_reg/ v3: One more s/intel_batchbuffer/intel_reg/ in benchmarks Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Katarzyna Dec <katarzyna.dec@intel.com>
Diffstat (limited to 'lib/gpgpu_fill.h')
-rw-r--r--lib/gpgpu_fill.h2
1 files changed, 2 insertions, 0 deletions
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,