✗ CI.checkpatch: warning for drm/xe/display: Re-use display vmas when possible (rev4)

Patchwork patchwork at emeril.freedesktop.org
Mon Jan 13 15:16:18 UTC 2025


== Series Details ==

Series: drm/xe/display: Re-use display vmas when possible (rev4)
URL   : https://patchwork.freedesktop.org/series/136033/
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 8ac415a30c4bc144eb4792db2b7fffef3ca83b1d
Author: Maarten Lankhorst <dev at lankhorst.se>
Date:   Fri Dec 6 19:20:32 2024 +0100

    drm/xe/display: Re-use display vmas when possible
    
    i915 has this really nice, infrastructure where everything becomes
    complicated, GGTT needs eviction, etc..
    
    Lets not do that, and make the dumbest possible interface instead.
    Try to retrieve the VMA from old_plane_state, or intel_fbdev if kernel
    fb.
    
    Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch 26615f392d2232d75d405c54944e21aa1d28c204 drm-intel
8ac415a30c4b drm/xe/display: Re-use display vmas when possible
-:175: ERROR:CODE_INDENT: code indent should use tabs where possible
#175: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:395:
+^I            sizeof(new_plane_state->view.gtt))) {$

total: 1 errors, 0 warnings, 0 checks, 163 lines checked




More information about the Intel-xe mailing list