drm/i915/xehp: Annotate a couple more workaround registers as MCR
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 25 Jan 2023 23:41:59 +0000 (15:41 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 26 Jan 2023 15:46:11 +0000 (07:46 -0800)
commit7649a5d1f263b8cc5c2827ef0443ead9bee9ae0e
tree533d99e7038b81bb67dca580eed4cfe9e786b10e
parenteda94a6e6a4f2d3d1574ff4f2bd4b9f844504f71
drm/i915/xehp: Annotate a couple more workaround registers as MCR

GAMSTLB_CTRL and GAMCNTRL_CTRL became multicast/replicated registers on
Xe_HP.  They should be defined accordingly and use MCR-aware operations.

These registers have only been used for some dg2/xehpsdv workarounds, so
this fix is mostly just for consistency/future-proofing; even lacking
the MCR annotation, workarounds will always be properly applied in a
multicast manner on these platforms.

Cc: Gustavo Sousa <gustavo.sousa@intel.com>
Fixes: 58bc2453ab8a ("drm/i915: Define multicast registers as a new type")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230125234159.3015385-3-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_gt_regs.h
drivers/gpu/drm/i915/gt/intel_workarounds.c