mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
+1
-1
@@ -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[] = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user