From ad08999794ab883e6755bdf3cdce8ba9ac7a4c6d Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Mon, 19 May 2014 13:26:35 +0300 Subject: 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 --- lib/intel_reg.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/intel_reg.h') 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 */ -- cgit v1.2.3