]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN1
authorGustavo Sousa <gustavo.sousa@intel.com>
Thu, 14 May 2026 21:44:45 +0000 (18:44 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Fri, 15 May 2026 21:05:12 +0000 (18:05 -0300)
commita672725fdbfc3ea430130039d677c7dc98d59df8
tree9b8fc6b5b8b82ee86fcbfe4c27c0a0b5edc23c09
parent8f765f0c054e0fb39980a76b4c899b027395929d
drm/xe: Define and use MCR version of COMMON_SLICE_CHICKEN1

The register COMMON_SLICE_CHICKEN1 is a MCR register on Xe2.
Let's make sure to define a MCR version of it and use it for the
relevant IP versions.

Use XEHP_ as prefix for the register name, since it is MCR as of Xe_HP.

Fixes: a5d221924e13 ("drm/xe/xe2_hpg: Add set of workarounds")
Fixes: 9f18b55b6d3f ("drm/xe/xe2: Add workaround 18033852989")
Bspec: 66534, 71185
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260514-rtp-mcr-check-v3-2-30dd47855fee@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/xe/regs/xe_gt_regs.h
drivers/gpu/drm/xe/xe_wa.c