drm/i915: Correct duplicated/misplaced GT register definitions
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 24 Jun 2022 21:03:27 +0000 (14:03 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 27 Jun 2022 14:44:17 +0000 (07:44 -0700)
commit8524bb67145d8a2b495fabcd4b5643010ea43353
tree7d536e5626f4097e00f9435af96d93f3322c6c05
parent563aaf4a928def2d36d1b3de0a4b515e2477b4da
drm/i915: Correct duplicated/misplaced GT register definitions

XEHPSDV_FLAT_CCS_BASE_ADDR, GEN8_L3_LRA_1_GPGPU, and MMCD_MISC_CTRL were
duplicated between i915_reg.h and intel_gt_regs.h.  These are all GT
registers, so we should drop the copy from i915_reg.h.

XEHPSDV_TILE0_ADDR_RANGE was defined in i915_reg.h, but really belongs
in intel_gt_regs.h.  Move it.

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