✗ CI.checkpatch: warning for drm/xe/guc: Use drm_info for hwconfig missing message in execlist mode
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 27 20:27:35 UTC 2025
== Series Details ==
Series: drm/xe/guc: Use drm_info for hwconfig missing message in execlist mode
URL : https://patchwork.freedesktop.org/series/146892/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0a58042f936339f349623090b359fcb4e69feb10
Author: Stuart Summers <stuart.summers at intel.com>
Date: Thu Mar 27 20:22:01 2025 +0000
drm/xe/guc: Use drm_info for hwconfig missing message in execlist mode
When running in execlist mode we are explicitly not loading
the GuC firmware and the GuC is needed to provide the hwconfig
values. Currently we are printing an error message any time
we see the hwconfig couldn't be obtained for some reason which
is breaking the execlist specific CI.
Keep the error message for normal GuC based load, but when
the module is loaded with force_execlist=1, change this to
an info print.
Signed-off-by: Stuart Summers <stuart.summers at intel.com>
+ /mt/dim checkpatch 4911aeaaf32d8b81a25969ca7f4eef3904e7a75d drm-intel
0a58042f9363 drm/xe/guc: Use drm_info for hwconfig missing message in execlist mode
-:31: WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#31: FILE: drivers/gpu/drm/xe/xe_gt_mcr.c:350:
+ "GT%u: Slice/Subslice counts missing from hwconfig table; using typical fallback values\n";
total: 0 errors, 1 warnings, 0 checks, 20 lines checked
More information about the Intel-xe
mailing list