summaryrefslogtreecommitdiff
path: root/lib/intel_reg.h
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2014-05-19 13:26:35 +0300
committerImre Deak <imre.deak@intel.com>2014-05-19 20:13:15 +0300
commitad08999794ab883e6755bdf3cdce8ba9ac7a4c6d (patch)
treed83b1654f7b871cceafddbb9c1899e4c00024161 /lib/intel_reg.h
parent3005ac3ee8d7aede73a3e63d2068a6074156ebe5 (diff)
igt/intel_iosf: rename IOSF sideband opcodes according to the spec
These opcodes are not specific for an endpoint, but are the same for all endpoints. So rename them accordingly, using the name the VLV2 sideband HAS uses. Also move the macros to the .c file, since they aren't used anywhere else. Signed-off-by: Imre Deak <imre.deak@intel.com>
Diffstat (limited to 'lib/intel_reg.h')
-rw-r--r--lib/intel_reg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/intel_reg.h b/lib/intel_reg.h
index 4b3a1028..55206247 100644
--- a/lib/intel_reg.h
+++ b/lib/intel_reg.h
@@ -3576,9 +3576,4 @@ typedef enum {
#define VLV_IOSF_DATA (VLV_DISPLAY_BASE + 0x2104)
#define VLV_IOSF_ADDR (VLV_DISPLAY_BASE + 0x2108)
-#define DPIO_OPCODE_REG_READ 0
-#define DPIO_OPCODE_REG_WRITE 1
-#define PUNIT_OPCODE_REG_READ 6
-#define PUNIT_OPCODE_REG_WRITE 7
-
#endif /* _I810_REG_H */