]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a5270403cf33068fa8f81c14e6921cb6e07c730
tree7d536e5626f4097e00f9435af96d93f3322c6c05
parent0cfc3d45da5b71d0e7a640f9ae5b2347c3b61154
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