diff options
author | Matt Roper <matthew.d.roper@intel.com> | 2024-06-26 14:05:37 -0700 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-06-28 14:19:38 -0700 |
commit | 4f82ac6102788112e599a6074d2c1f2afce923df (patch) | |
tree | b707ec7d9a86a7c1804ea353ac275c41fc283475 /drivers/gpu/drm/drm_fbdev_dma.c | |
parent | 4279635e562953c08aa27d9737311a958ce9e753 (diff) |
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
Diffstat (limited to 'drivers/gpu/drm/drm_fbdev_dma.c')
0 files changed, 0 insertions, 0 deletions