summaryrefslogtreecommitdiff
path: root/tests/gem_cs_tlb.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 21:34:29 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 21:34:29 +0100
commitc03c6ceb293fd667a6b582377c182dfc3b6d0f32 (patch)
treeccfcbc48fcce390e465e556cc27acc90546a18d2 /tests/gem_cs_tlb.c
parent254f19ba8dc4b00d0d5df0a4f8d0a0cb104b2df5 (diff)
lib: rename intel_gpu_tools.h to intel_io.h
With the header cleanup we can now give this header a suitable name, since it now really only contains register access and other I/O functions and assorted definitions. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_cs_tlb.c')
-rw-r--r--tests/gem_cs_tlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_cs_tlb.c b/tests/gem_cs_tlb.c
index 7d5c99dc..8f7bc61c 100644
--- a/tests/gem_cs_tlb.c
+++ b/tests/gem_cs_tlb.c
@@ -49,7 +49,7 @@
#include "drm.h"
#include "ioctl_wrappers.h"
#include "drmtest.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#define LOCAL_I915_EXEC_VEBOX (4<<0)
#define BATCH_SIZE (1024*1024)