drm/i915: Remove unused VLV/CHV PSR registers
authorJosé Roberto de Souza <jose.souza@intel.com>
Sat, 6 Apr 2019 00:51:10 +0000 (17:51 -0700)
committerJosé Roberto de Souza <jose.souza@intel.com>
Mon, 8 Apr 2019 17:39:10 +0000 (10:39 -0700)
PSR support for VLV and CHV was dropped in commit ce3508fd2a77
("drm/i915/psr: Nuke PSR support for VLV and CHV") so no need to keep
this registers around.

Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190406005112.27205-2-jose.souza@intel.com
drivers/gpu/drm/i915/i915_reg.h

index c18caa76f27c46051d14b030d15990285f66720d..9c206e803ab30dd53a6cafd538776890c0013da0 100644 (file)
@@ -4209,42 +4209,6 @@ enum {
 #define PIPESRC(trans)         _MMIO_TRANS2(trans, _PIPEASRC)
 #define PIPE_MULT(trans)       _MMIO_TRANS2(trans, _PIPE_MULT_A)
 
-/* VLV eDP PSR registers */
-#define _PSRCTLA                               (VLV_DISPLAY_BASE + 0x60090)
-#define _PSRCTLB                               (VLV_DISPLAY_BASE + 0x61090)
-#define  VLV_EDP_PSR_ENABLE                    (1 << 0)
-#define  VLV_EDP_PSR_RESET                     (1 << 1)
-#define  VLV_EDP_PSR_MODE_MASK                 (7 << 2)
-#define  VLV_EDP_PSR_MODE_HW_TIMER             (1 << 3)
-#define  VLV_EDP_PSR_MODE_SW_TIMER             (1 << 2)
-#define  VLV_EDP_PSR_SINGLE_FRAME_UPDATE       (1 << 7)
-#define  VLV_EDP_PSR_ACTIVE_ENTRY              (1 << 8)
-#define  VLV_EDP_PSR_SRC_TRANSMITTER_STATE     (1 << 9)
-#define  VLV_EDP_PSR_DBL_FRAME                 (1 << 10)
-#define  VLV_EDP_PSR_FRAME_COUNT_MASK          (0xff << 16)
-#define  VLV_EDP_PSR_IDLE_FRAME_SHIFT          16
-#define VLV_PSRCTL(pipe)       _MMIO_PIPE(pipe, _PSRCTLA, _PSRCTLB)
-
-#define _VSCSDPA                       (VLV_DISPLAY_BASE + 0x600a0)
-#define _VSCSDPB                       (VLV_DISPLAY_BASE + 0x610a0)
-#define  VLV_EDP_PSR_SDP_FREQ_MASK     (3 << 30)
-#define  VLV_EDP_PSR_SDP_FREQ_ONCE     (1 << 31)
-#define  VLV_EDP_PSR_SDP_FREQ_EVFRAME  (1 << 30)
-#define VLV_VSCSDP(pipe)       _MMIO_PIPE(pipe, _VSCSDPA, _VSCSDPB)
-
-#define _PSRSTATA                      (VLV_DISPLAY_BASE + 0x60094)
-#define _PSRSTATB                      (VLV_DISPLAY_BASE + 0x61094)
-#define  VLV_EDP_PSR_LAST_STATE_MASK   (7 << 3)
-#define  VLV_EDP_PSR_CURR_STATE_MASK   7
-#define  VLV_EDP_PSR_DISABLED          (0 << 0)
-#define  VLV_EDP_PSR_INACTIVE          (1 << 0)
-#define  VLV_EDP_PSR_IN_TRANS_TO_ACTIVE        (2 << 0)
-#define  VLV_EDP_PSR_ACTIVE_NORFB_UP   (3 << 0)
-#define  VLV_EDP_PSR_ACTIVE_SF_UPDATE  (4 << 0)
-#define  VLV_EDP_PSR_EXIT              (5 << 0)
-#define  VLV_EDP_PSR_IN_TRANS          (1 << 7)
-#define VLV_PSRSTAT(pipe)      _MMIO_PIPE(pipe, _PSRSTATA, _PSRSTATB)
-
 /* HSW+ eDP PSR registers */
 #define HSW_EDP_PSR_BASE       0x64800
 #define BDW_EDP_PSR_BASE       0x6f800