✗ CI.checkpatch: warning for More missing XeLP workarounds (rev11)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 11 16:08:00 UTC 2025
== Series Details ==
Series: More missing XeLP workarounds (rev11)
URL : https://patchwork.freedesktop.org/series/149097/
State : warning
== 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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c9dcf639551e5a3cff8184310c23a12f1f1a9d0f
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date: Fri Jul 11 17:01:53 2025 +0100
drm/xe/xelp: Add Wa_18022495364
Add Wa_18022495364 as a context workaround batch buffer workaround.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch d415c0716821abca694e8a93e74cc71b4a9b6522 drm-intel
72d8a5211be4 drm/xe: Generalize wa bb emission code
a32f4de62664 drm/xe: Pass wa bb setup arguments in a struct
-:32: WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#32: FILE: drivers/gpu/drm/xe/xe_lrc.c:982:
+^Istruct xe_lrc ^I^I*lrc;$
-:35: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#35: FILE: drivers/gpu/drm/xe/xe_lrc.c:985:
+ unsigned offset;
-:37: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#37: FILE: drivers/gpu/drm/xe/xe_lrc.c:987:
+ unsigned num_funcs;
total: 0 errors, 3 warnings, 0 checks, 133 lines checked
e8a796694289 drm/xe: Rename utilization workaround emission function
65637b64604b drm/xe: Track number of written dwords from workaround batch buffer emission
7efeebf804df drm/xe: Allow specifying number of extra dwords at the end of wa bb emission
9a9661bff8d9 drm/xe: Add plumbing for indirect context workarounds
27b80cc2a136 drm/xe/xelp: Implement Wa_16010904313
c9dcf639551e drm/xe/xelp: Add Wa_18022495364
More information about the Intel-xe
mailing list