summaryrefslogtreecommitdiff
path: root/debugger
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 /debugger
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 'debugger')
-rw-r--r--debugger/debug_rdata.c2
-rw-r--r--debugger/eudb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/debugger/debug_rdata.c b/debugger/debug_rdata.c
index fc7682b0..61d82d9e 100644
--- a/debugger/debug_rdata.c
+++ b/debugger/debug_rdata.c
@@ -28,7 +28,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "intel_chipset.h"
struct eu_rdata {
diff --git a/debugger/eudb.c b/debugger/eudb.c
index 4cbc2d7b..0e810db1 100644
--- a/debugger/eudb.c
+++ b/debugger/eudb.c
@@ -44,7 +44,7 @@
#include "drmtest.h"
#include "intel_chipset.h"
#include "intel_bufmgr.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "intel_batchbuffer.h"
#include "intel_debug.h"
#include "debug.h"