drm/i915: Remove unused/wrong INF_UNIT_LEVEL_CLKGATE
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 6 Feb 2023 16:54:10 +0000 (08:54 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 9 Feb 2023 00:47:12 +0000 (16:47 -0800)
INF_UNIT_LEVEL_CLKGATE is not replicated, but since it's not actually
used it can just be removed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230206165410.3056073-2-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_gt_regs.h

index be0f6e3..416976d 100644 (file)
 #define GEN10_DFR_RATIO_EN_AND_CHICKEN         MCR_REG(0x9550)
 #define   DFR_DISABLE                          (1 << 9)
 
-#define INF_UNIT_LEVEL_CLKGATE                 MCR_REG(0x9560)
-#define   CGPSF_CLKGATE_DIS                    (1 << 3)
-
 #define MICRO_BP0_0                            _MMIO(0x9800)
 #define MICRO_BP0_2                            _MMIO(0x9804)
 #define MICRO_BP0_1                            _MMIO(0x9808)