✓ CI.checkpatch: success for drm/xe: Upgrade complaint about missing slice info
Patchwork
patchwork at emeril.freedesktop.org
Sat Jan 18 01:02:53 UTC 2025
== Series Details ==
Series: drm/xe: Upgrade complaint about missing slice info
URL : https://patchwork.freedesktop.org/series/143700/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 49ca6ad5c60b17086c2de513245a56e922857ed3
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Fri Jan 17 16:54:03 2025 -0800
drm/xe: Upgrade complaint about missing slice info
The steering code needs to know slice/subslice counts and this
information should be retrieved from the hwconfig table. However,
earlier platforms don't have it, hence the KMD has a fallback path.
Newer platforms really should have the entries and if they are missing
that is a bug that needs to be fixed in the table.
So update the complaint to be an error on newer platforms and remove
it completely for older ones that we know are bad (but are not POR for
the Xe driver anyway). Also, re-word the message a little to make it
clearer what the issue is.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 4fc988de9f5e17d19edb5fc0a0fbc15a8fc837f4 drm-intel
49ca6ad5c60b drm/xe: Upgrade complaint about missing slice info
More information about the Intel-xe
mailing list