]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/i915/gt: Drop duplicate register definition for VDBOX_CGCTL3F18
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 9 Feb 2022 05:11:35 +0000 (21:11 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 16 Feb 2022 16:45:00 +0000 (08:45 -0800)
Due to some mistaken merge conflict resolution, we wound up with a copy
of VDBOX_CGCTL3F18 in both intel_engine_regs.h and intel_gt_regs.h.
Since this is a per-engine register, referenced relative to an engine's
base offset, drop the copy from intel_gt_regs.h

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220209051140.1599643-2-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_gt_regs.h

index 16d98ebee687af4466192bf7628b7e2fe19d9ae4..eff86cc3ceca00d2967e26430555fa73b76d0402 100644 (file)
 #define NOPID          _MMIO(0x2094)
 #define HWSTAM         _MMIO(0x2098)
 
-#define VDBOX_CGCTL3F18(base)          _MMIO((base) + 0x3f18)
-#define   ALNUNIT_CLKGATE_DIS          REG_BIT(13)
-
 #define ERROR_GEN6     _MMIO(0x40a0)
 
 #define GEN8_FAULT_TLB_DATA0           _MMIO(0x4b10)