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 --- benchmarks/gem_busy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks/gem_busy.c') diff --git a/benchmarks/gem_busy.c b/benchmarks/gem_busy.c index 247e8934..ca517a16 100644 --- a/benchmarks/gem_busy.c +++ b/benchmarks/gem_busy.c @@ -43,6 +43,7 @@ #include "ioctl_wrappers.h" #include "drmtest.h" #include "intel_chipset.h" +#include "intel_reg.h" #include "igt_stats.h" #define LOCAL_I915_EXEC_NO_RELOC (1<<11) -- cgit v1.2.3