drm/i915: Prefer "XEHP_" prefix for registers
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 24 Jun 2022 21:03:28 +0000 (14:03 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 27 Jun 2022 14:44:25 +0000 (07:44 -0700)
commit7d8097073caa334ed6187a964645335324231e01
tree16ce529638f09c7f822353f8ca81a3c2adb63c9c
parent8524bb67145d8a2b495fabcd4b5643010ea43353
drm/i915: Prefer "XEHP_" prefix for registers

We've been introducing new registers with a mix of "XEHP_"
(architecture) and "XEHPSDV_" (platform) prefixes.  For consistency,
let's settle on "XEHP_" as the preferred form.

XEHPSDV_RP_STATE_CAP stays with its current name since that's truly a
platform-specific register and not something that applies to the Xe_HP
architecture as a whole.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Caz Yokoyama <caz@caztech.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220624210328.308630-2-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/gt/intel_gt_sysfs_pm.c
drivers/gpu/drm/i915/gt/intel_region_lmem.c
drivers/gpu/drm/i915/i915_reg.h