✗ CI.checkpatch: warning for drm/xe: GT initialization rework.
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 10 22:57:27 UTC 2025
== Series Details ==
Series: drm/xe: GT initialization rework.
URL : https://patchwork.freedesktop.org/series/146106/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a056a6e40747a9af6e8e642b7aad73b1db6a927d
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Mon Mar 10 21:06:53 2025 +0100
drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
Now that we added the separate step of initialising GUC in
xe_gt_init_early, it should be ok to initialise the minimum during early
init, and the rest after allocations are allowed.
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch 9afa34d65af6f42d982c4c154121b4762e70a70a drm-intel
5db82e04abc7 drm/xe: Defer memirq init until needed
eb2cbd1f128e drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
e0dd47df2a63 drm/xe: Simplify GuC early initialization
-:314: WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#314: FILE: drivers/gpu/drm/xe/xe_uc.c:44:
+ /* HuC and GSC have no early dependencies and can be completely initialized during full xe_uc_init(). */
total: 0 errors, 1 warnings, 0 checks, 262 lines checked
0662e5e09f1f drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init_early
-:9: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#9:
instance 0, which fortunately means no dependencies on further initialization
total: 0 errors, 1 warnings, 0 checks, 95 lines checked
e1130fc0a684 drm/xe: Only dump PAT when xe_hw_engines_init_early fails
8e4ffdd30d82 drm/xe/gt: Inline gt_fw_domain_init
461ed200a1cb drm/xe/gt: Inline all_fw_domain_init
a056a6e40747 drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
More information about the Intel-xe
mailing list