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)
commit4895b90dd510b217852b3d118910f57f3f333b2e
tree076ac05b74739506d90c60a96c15f2ab19cb858a
parenta19c1d00b0d350fb7b75c6c4da91887f66114a7d
drm/i915/gt: Drop duplicate register definition for VDBOX_CGCTL3F18

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