✗ CI.checkpatch: warning for drm/xe: Fix flickering when inheriting BIOS fb.

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 27 14:43:13 UTC 2024


== Series Details ==

Series: drm/xe: Fix flickering when inheriting BIOS fb.
URL   : https://patchwork.freedesktop.org/series/139215/
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 42ff2d5c16217589a27e29433b62d7de75f75338
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Fri Sep 27 16:14:04 2024 +0200

    drm/xe: Initialise GGTT later
    
    Now that we know that nobody is using GGTT any more, postpone
    initialisation to prevent any new allocations.
    
    This prevents any new users from popping up.
    
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch 4d4fdd11d1cc941f2f7c1653fc07519851d9052b drm-intel
96a4fb680561 drm/xe/display: Handle stolen bar readout in the same way as lmem
6b9017a27ff3 drm/xe: Remove double pageflip
7ccf27c7f0af drm/xe: Move suballocator init to after display init
69e10507ddc9 drm/xe: Initialize UC after xe_display_init_noaccel.
337f4045938d drm/xe: Use xe_ggtt_map_bo_unlocked for resume
0e4aa482c94b drm/xe: Add xe_ggtt_might_lock
e24765c8a227 drm/xe: Add xe_ggtt_alloc
-:22: WARNING:LINE_SPACING: Missing a blank line after declarations
#22: FILE: drivers/gpu/drm/xe/xe_ggtt.c:165:
+	struct xe_ggtt *ggtt = drmm_kzalloc(&tile_to_xe(tile)->drm, sizeof(*ggtt), GFP_KERNEL);
+	if (ggtt)

total: 0 errors, 1 warnings, 0 checks, 35 lines checked
598c8b149cfd drm/xe/display: Abstract read/write functions for GGTT PTEs
0f05b23ada9e drm/xe: Make xe_ggtt_pt_ops private
-:117: CHECK:LINE_SPACING: Please don't use multiple blank lines
#117: FILE: drivers/gpu/drm/xe/xe_ggtt.c:77:
+
+

total: 0 errors, 0 warnings, 1 checks, 137 lines checked
786610d32615 drm/xe/display: Stop dereferencing ggtt in xe_fb_pin
8c249f1fce38 drm/xe: Move struct xe_ggtt to xe_ggtt.c
b977b76d003a drm/xe/display: Use async flip for flipping initial fb.
d6c57f917dcb drm/xe: Move interrupt initialisation until after xe_display_init_noaccel
42ff2d5c1621 drm/xe: Initialise GGTT later




More information about the Intel-xe mailing list