✗ CI.checkpatch: warning for More missing XeLP workarounds (rev10)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 9 11:34:43 UTC 2025
== Series Details ==
Series: More missing XeLP workarounds (rev10)
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 7a4e08323f0deaf3cc1dd49df51a84806046128c
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date: Wed Jul 9 11:54:55 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 20adfb60af27bc0e490b2d20609c3158ae2fbd26 drm-intel
2036c00ecff8 drm/xe: Generalize wa bb emission code
50c00e796319 drm/xe: Pass wa bb setup arguments in a struct
-:31: WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#31: FILE: drivers/gpu/drm/xe/xe_lrc.c:982:
+^Istruct xe_lrc ^I^I*lrc;$
-:34: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#34: FILE: drivers/gpu/drm/xe/xe_lrc.c:985:
+ unsigned offset;
-:36: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#36: FILE: drivers/gpu/drm/xe/xe_lrc.c:987:
+ unsigned num_funcs;
total: 0 errors, 3 warnings, 0 checks, 133 lines checked
2cc66bdf34b8 drm/xe: Rename utilization workaround emission function
6f53fe273eeb drm/xe: Track number of written dwords from workaround batch buffer emission
c56d9abc5248 drm/xe: Allow specifying number of extra dwords at the end of wa bb emission
8ff6d86129cc drm/xe: Add plumbing for indirect context workarounds
db63f0d64c4c drm/xe/xelp: Implement Wa_16010904313
7a4e08323f0d drm/xe/xelp: Add Wa_18022495364
More information about the Intel-xe
mailing list