✗ CI.checkpatch: warning for (CI) drm/xe: Fix initial framebuffer handover.
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 29 18:07:37 UTC 2024
== Series Details ==
Series: (CI) drm/xe: Fix initial framebuffer handover.
URL : https://patchwork.freedesktop.org/series/140671/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 51c0097925b77232f7dcabffbd312319eb9e767b
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Tue Oct 29 16:00:05 2024 +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 <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch 95fd9af8bb5389f9b5a639d567ef5c3e43e25682 drm-intel
d18fcfcbeae9 drm/xe: Remove double pageflip
71e5c07f5b2c drm/i915/display: Use async flip when available for initial plane config
a2939f92bbce drm/xe: Move suballocator init to after display init
691e3cb2b331 drm/xe: Defer irq init until after xe_display_init_noaccel
18b068ae7232 drm/xe/display: Use a single early init call for display
cd5ac6c1d763 drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
1131329fb9c8 drm/xe: Simplify GuC early initialisation
-:316: WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#316: FILE: drivers/gpu/drm/xe/xe_uc.c:47:
+ /* HuC and GSC have no early dependencies and can be completely initialised during full xe_uc_init(). */
total: 0 errors, 1 warnings, 0 checks, 266 lines checked
51c0097925b7 drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
More information about the Intel-xe
mailing list