✗ CI.checkpatch: warning for (CI) drm/xe: Fix initial framebuffer handover. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 30 09:31:41 UTC 2024
== Series Details ==
Series: (CI) drm/xe: Fix initial framebuffer handover. (rev2)
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 42dda3946eefb01aab6d1c1b28d7d8b860532b23
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 b79238531f1e5a4f707fdc34bb6a32325bce10c7 drm-intel
f6874ca7082e drm/xe: Remove double pageflip
60d9042119cc drm/i915/display: Use async flip when available for initial plane config
8c2804d4f650 drm/xe: Move suballocator init to after display init
4d8a4fce8ae8 drm/xe: Defer irq init until after xe_display_init_noaccel
4d45d3aabb5d drm/xe/display: Use a single early init call for display
814ead78af9a drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
357200742b12 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
42dda3946eef drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
More information about the Intel-xe
mailing list