From 8bde13ad8c4a5652b5ff67782ecbf2dde21faebf Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sun, 6 May 2018 23:08:46 +0100 Subject: 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 Reviewed-by: Katarzyna Dec --- lib/gpgpu_fill.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/gpgpu_fill.h') 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, -- cgit v1.2.3