✗ CI.checkpatch: warning for drm/xe: Init changes for flicker-free boot. (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 19 11:49:19 UTC 2025
== Series Details ==
Series: drm/xe: Init changes for flicker-free boot. (rev3)
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 25e52bc429e36580312f8d1266fc916559009760
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Thu Jun 19 12:49:10 2025 +0200
drm/xe: Rename xe_uc_init_hw to xe_uc_load_hw
It feels to me like load is closer to the intention than init_hw.
It makes the init calls slightly less confusing to me. :)
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch bcf5444c917a3a3fa382d3bc013124a9f6ad1f32 drm-intel
1fc36fa14dd5 drm/xe: Defer memirq init until needed
82984f7796de drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
3fa96f1be4df drm/xe: Simplify GuC early initialization
-:219: WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#219: 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, 190 lines checked
ae8649f59aa0 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
91125f4a641a drm/xe: Only dump PAT when xe_hw_engines_init_early fails
b204efbd3abf drm/xe: Rename gt_init sub-functions
78bd01069141 drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
deae44121f63 drm/xe: Move xe_ttm_sys_mgr_init() downwards.
f6af76116613 drm/xe: Remove xe_uc_init_hwconfig()
772d80f674d9 drm/xe: Remove xe_uc_fini_hw
25e52bc429e3 drm/xe: Rename xe_uc_init_hw to xe_uc_load_hw
More information about the Intel-xe
mailing list