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

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 3 16:56:30 UTC 2024


== Series Details ==

Series: drm/xe: Reduce flickering when inheriting BIOS fb.
URL   : https://patchwork.freedesktop.org/series/139516/
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 4718dce252b04e0a5531024295bacfe57f4f44f6
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Thu Oct 3 17:44:21 2024 +0200

    drm/xe: Move struct xe_ggtt to xe_ggtt.c
    
    No users left outside of xe_ggtt.c, so we can make the struct private.
    
    This prevents us from accidentally touching it before init.
    
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch 17c0158bdb239d8b6d23834db5595ea422b69915 drm-intel
76d7456efd8a drm/xe/display: Handle stolen bar readout in the same way as lmem
ffa1365b0434 drm/xe: Remove double pageflip
72a9f074a561 drm/i915/display: Use async flip when available for initial plane config
7288339db3f2 drm/xe/display: Remove single wait for vblank
c499ff2f1cf2 drm/xe: Move suballocator init to after display init
821d2a0e69e0 drm/xe: Use xe_ggtt_map_bo_unlocked for resume
2a7a67143421 drm/xe: Add xe_ggtt_might_lock
028643f94e47 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:166:
+	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
58ecc2b1f800 drm/xe: Abstract read/write functions for GGTT PTEs
275263c3b84a 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:78:
+
+

total: 0 errors, 0 warnings, 1 checks, 137 lines checked
4435f04ceacc drm/xe/display: Stop dereferencing ggtt in xe_fb_pin
4718dce252b0 drm/xe: Move struct xe_ggtt to xe_ggtt.c




More information about the Intel-xe mailing list