✗ CI.checkpatch: warning for drm/xe: Tweak default GuC log level (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 13 21:52:26 UTC 2025
== Series Details ==
Series: drm/xe: Tweak default GuC log level (rev2)
URL : https://patchwork.freedesktop.org/series/150183/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2be111f0468a73e69e50fb206b37718c2e35a308
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Fri Jun 13 13:00:39 2025 -0700
drm/xe: Normalize default param values
Document xe module params with the default values following a similar
strategy for all of them:
1) Define a DEFAULT_* macro with the default value. When the
value can't be directly stringified, also define a *_STR
variant
2) Use __stringify() or the _STR variant to make sure the
default value shows up in the param description
This allows us to show the correct default according to the
configuration. max_vfs for example was wrongly documented for
CONFIG_DRM_XE_DEBUG and svm_notifier_size didn't have its default
documented.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 4d016d6e602638e0ebc3895331224e057508c07a drm-intel
5612509e25cd drm/xe/guc: Default log level to non-verbose
-:14: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#14:
Test \ Log Level 3 0 1 2
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
db4b27e00a56 drm/xe: Annotate default for guc_log_level param
2be111f0468a drm/xe: Normalize default param values
More information about the Intel-xe
mailing list