diff options
author | Eric Anholt <eric@anholt.net> | 2009-03-27 16:11:50 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-27 16:11:50 -0700 |
commit | ce4782dc9d387929babf2c96d795286c91b753fe (patch) | |
tree | 0d18cb88ed7424a50a4a72be0cb7dbc6f3e16c28 | |
parent | 0581738c7a02d45518d60924bd8cafa5446d4019 (diff) |
Move i810_reg.h to lib/intel_reg.h and get it disted.
-rw-r--r-- | lib/Makefile.am | 1 | ||||
-rw-r--r-- | lib/intel_batchbuffer.h | 2 | ||||
-rw-r--r-- | lib/intel_gpu_tools.h | 2 | ||||
-rw-r--r-- | lib/intel_reg.h (renamed from i810_reg.h) | 0 |
4 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d854e02c..2a250ff0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,6 +3,7 @@ libintel_tools_la_SOURCES = \ intel_batchbuffer.h \ intel_gpu_tools.c \ intel_gpu_tools.h \ + intel_reg.h \ drmtest.c \ drmtest.h diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h index d2238309..3bf72932 100644 --- a/lib/intel_batchbuffer.h +++ b/lib/intel_batchbuffer.h @@ -2,7 +2,7 @@ #define INTEL_BATCHBUFFER_H #include "intel_bufmgr.h" -#include "i810_reg.h" +#include "intel_reg.h" #define BATCH_SZ 4096 #define BATCH_RESERVED 16 diff --git a/lib/intel_gpu_tools.h b/lib/intel_gpu_tools.h index 0501bce5..d0869a6b 100644 --- a/lib/intel_gpu_tools.h +++ b/lib/intel_gpu_tools.h @@ -28,7 +28,7 @@ #include <sys/types.h> #include <pciaccess.h> #include "intel_chipset.h" -#include "i810_reg.h" +#include "intel_reg.h" extern struct pci_device *pci_dev; extern uint32_t devid; diff --git a/i810_reg.h b/lib/intel_reg.h index 2b7492a0..2b7492a0 100644 --- a/i810_reg.h +++ b/lib/intel_reg.h |