drm/xe/mcr: Avoid clobbering DSS steering
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 26 Jun 2024 21:05:37 +0000 (14:05 -0700)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 4 Jul 2024 08:36:30 +0000 (10:36 +0200)
commit1f006470284598060ca1307355352934400b37ca
tree9edc0b0f66d5e985cef55bfde0c6442e96a14b5d
parentfc932f51926698488f874ddf7d8f18483ca10271
drm/xe/mcr: Avoid clobbering DSS steering

A couple copy/paste mistakes in the code that selects steering targets
for OADDRM and INSTANCE0 unintentionally clobbered the steering target
for DSS ranges in some cases.

The OADDRM/INSTANCE0 values were also not assigned as intended, although
that mistake wound up being harmless since the desired values for those
specific ranges were '0' which the kzalloc of the GT structure should
have already taken care of implicitly.

Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
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/20240626210536.1620176-2-matthew.d.roper@intel.com
(cherry picked from commit 4f82ac6102788112e599a6074d2c1f2afce923df)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_gt_mcr.c