✗ CI.checkpatch: warning for drm/xe: Init changes for flicker-free boot.
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 17 20:46:04 UTC 2025
== Series Details ==
Series: drm/xe: Init changes for flicker-free boot.
URL : https://patchwork.freedesktop.org/series/150410/
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 262b88cb6ff54a15f3eacaeee5254b6343f4ead8
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Tue Jun 17 20:01:42 2025 +0200
drm/xe: Move xe_ttm_sys_mgr_init() downwards.
Now that all previous allocations are gone, ensure no new allocations
will ever be done before xe_display_init_early(), by moving the call
that allows allocations downwards.
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch ae3e0c5dc06184cc3246f46b3d91688153000d75 drm-intel
82dedde64eb4 drm/xe: Defer memirq init until needed
33559ffc9baa drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
256a72c8ac59 drm/xe: Simplify GuC early initialization
-:312: WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#312: 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, 260 lines checked
1459cf195d75 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
4171b81aa2d6 drm/xe: Only dump PAT when xe_hw_engines_init_early fails
6b5a369e8e45 drm/xe/gt: Inline gt_fw_domain_init
a28c48eaaff4 drm/xe/gt: Inline all_fw_domain_init
15218f48cd8d drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
262b88cb6ff5 drm/xe: Move xe_ttm_sys_mgr_init() downwards.
More information about the Intel-xe
mailing list