summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/intel_display_poller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/intel_display_poller.c b/tools/intel_display_poller.c
index a26e2ecf..51f5b9a5 100644
--- a/tools/intel_display_poller.c
+++ b/tools/intel_display_poller.c
@@ -34,6 +34,7 @@
#include <string.h>
#include "intel_chipset.h"
#include "intel_io.h"
+#include "intel_reg.h"
#include "igt_debugfs.h"
#include "drmtest.h"
#include "igt_aux.h"