✓ CI.checkpatch: success for drm/xe/mcr: Avoid clobbering DSS steering
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 26 21:35:10 UTC 2024
== Series Details ==
Series: drm/xe/mcr: Avoid clobbering DSS steering
URL : https://patchwork.freedesktop.org/series/135452/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 09dc01cdea55369858e98573cf9f4d02cfab6e7e
Author: Matt Roper <matthew.d.roper at intel.com>
Date: Wed Jun 26 14:05:37 2024 -0700
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 at intel.com>
+ /mt/dim checkpatch 39235fee2ef6c0933097ee921c86a676dba72ada drm-intel
09dc01cdea55 drm/xe/mcr: Avoid clobbering DSS steering
More information about the Intel-xe
mailing list