summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/Makefile.sources2
-rw-r--r--lib/drmtest.c2
-rw-r--r--lib/igt_core.c2
-rw-r--r--lib/intel_io.h (renamed from lib/intel_gpu_tools.h)0
-rw-r--r--lib/intel_iosf.c2
-rw-r--r--lib/intel_mmio.c2
-rw-r--r--lib/intel_os.c2
-rw-r--r--lib/intel_reg_map.c2
-rw-r--r--lib/ioctl_wrappers.c2
-rw-r--r--lib/rendercopy_gen6.c2
-rw-r--r--lib/rendercopy_gen7.c2
-rw-r--r--lib/rendercopy_gen8.c2
-rw-r--r--lib/rendercopy_i830.c2
-rw-r--r--lib/rendercopy_i915.c2
14 files changed, 13 insertions, 13 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index e3942ace..3e2a4b5b 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -16,7 +16,7 @@ libintel_tools_la_SOURCES = \
intel_batchbuffer.h \
intel_chipset.h \
intel_os.c \
- intel_gpu_tools.h \
+ intel_io.h \
intel_mmio.c \
intel_chipset.c \
intel_reg.h \
diff --git a/lib/drmtest.c b/lib/drmtest.c
index c6f7bdeb..3c72ac8d 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -51,7 +51,7 @@
#include "drmtest.h"
#include "i915_drm.h"
#include "intel_chipset.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "igt_debugfs.h"
#include "../version.h"
#include "config.h"
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 81e37313..cd094c43 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -52,7 +52,7 @@
#include "drmtest.h"
#include "intel_chipset.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "igt_debugfs.h"
#include "../version.h"
#include "config.h"
diff --git a/lib/intel_gpu_tools.h b/lib/intel_io.h
index 591fd3f4..591fd3f4 100644
--- a/lib/intel_gpu_tools.h
+++ b/lib/intel_io.h
diff --git a/lib/intel_iosf.c b/lib/intel_iosf.c
index b7b4ce23..ea7a320a 100644
--- a/lib/intel_iosf.c
+++ b/lib/intel_iosf.c
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <err.h>
#include <errno.h>
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "intel_reg.h"
#define TIMEOUT_US 500000
diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c
index 3e1aac74..444e4450 100644
--- a/lib/intel_mmio.c
+++ b/lib/intel_mmio.c
@@ -41,7 +41,7 @@
#include <sys/stat.h>
#include <sys/mman.h>
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "igt_debugfs.h"
#include "intel_chipset.h"
diff --git a/lib/intel_os.c b/lib/intel_os.c
index 4b72f517..14dda147 100644
--- a/lib/intel_os.c
+++ b/lib/intel_os.c
@@ -47,7 +47,7 @@
#include <sys/swap.h>
#endif
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "i915_drm.h"
#include "drmtest.h"
diff --git a/lib/intel_reg_map.c b/lib/intel_reg_map.c
index ec63d79e..402274ba 100644
--- a/lib/intel_reg_map.c
+++ b/lib/intel_reg_map.c
@@ -29,7 +29,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <sys/types.h>
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "intel_chipset.h"
static struct intel_register_range gen_bwcl_register_map[] = {
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index 5806f2a1..24185491 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -52,7 +52,7 @@
#include "drmtest.h"
#include "i915_drm.h"
#include "intel_chipset.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "igt_debugfs.h"
#include "../version.h"
#include "config.h"
diff --git a/lib/rendercopy_gen6.c b/lib/rendercopy_gen6.c
index a908ae6b..d806ceff 100644
--- a/lib/rendercopy_gen6.c
+++ b/lib/rendercopy_gen6.c
@@ -15,7 +15,7 @@
#include "drmtest.h"
#include "intel_bufmgr.h"
#include "intel_batchbuffer.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "rendercopy.h"
#include "gen6_render.h"
#include "intel_reg.h"
diff --git a/lib/rendercopy_gen7.c b/lib/rendercopy_gen7.c
index 75e05716..1dc639f3 100644
--- a/lib/rendercopy_gen7.c
+++ b/lib/rendercopy_gen7.c
@@ -15,7 +15,7 @@
#include "drmtest.h"
#include "intel_bufmgr.h"
#include "intel_batchbuffer.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "intel_chipset.h"
#include "rendercopy.h"
#include "gen7_render.h"
diff --git a/lib/rendercopy_gen8.c b/lib/rendercopy_gen8.c
index ef19ebf4..424afa0a 100644
--- a/lib/rendercopy_gen8.c
+++ b/lib/rendercopy_gen8.c
@@ -15,7 +15,7 @@
#include "drmtest.h"
#include "intel_bufmgr.h"
#include "intel_batchbuffer.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "rendercopy.h"
#include "gen8_render.h"
#include "intel_reg.h"
diff --git a/lib/rendercopy_i830.c b/lib/rendercopy_i830.c
index 5ebd31a4..f0235a53 100644
--- a/lib/rendercopy_i830.c
+++ b/lib/rendercopy_i830.c
@@ -14,7 +14,7 @@
#include "drmtest.h"
#include "intel_bufmgr.h"
#include "intel_batchbuffer.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "i830_reg.h"
#include "rendercopy.h"
diff --git a/lib/rendercopy_i915.c b/lib/rendercopy_i915.c
index b63c5cc4..1acf9da3 100644
--- a/lib/rendercopy_i915.c
+++ b/lib/rendercopy_i915.c
@@ -14,7 +14,7 @@
#include "drmtest.h"
#include "intel_bufmgr.h"
#include "intel_batchbuffer.h"
-#include "intel_gpu_tools.h"
+#include "intel_io.h"
#include "i915_reg.h"
#include "i915_3d.h"