drm/i915: remove ICP_PP_CONTROL
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / i915_reg.h
index f45b5e8..b273814 100644 (file)
@@ -4860,16 +4860,6 @@ enum {
 #define _PP_STATUS                     0x61200
 #define PP_STATUS(pps_idx)             _MMIO_PPS(pps_idx, _PP_STATUS)
 #define   PP_ON                                REG_BIT(31)
-
-#define _PP_CONTROL_1                  0xc7204
-#define _PP_CONTROL_2                  0xc7304
-#define ICP_PP_CONTROL(x)              _MMIO(((x) == 1) ? _PP_CONTROL_1 : \
-                                             _PP_CONTROL_2)
-#define  POWER_CYCLE_DELAY_MASK                REG_GENMASK(8, 4)
-#define  VDD_OVERRIDE_FORCE            REG_BIT(3)
-#define  BACKLIGHT_ENABLE              REG_BIT(2)
-#define  PWR_DOWN_ON_RESET             REG_BIT(1)
-#define  PWR_STATE_TARGET              REG_BIT(0)
 /*
  * Indicates that all dependencies of the panel are on:
  *