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

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 12 11:42:40 UTC 2024


== Series Details ==

Series: drm/xe/display: Re-use display vmas when possible
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit dd854f2b89594b01ae3d49e5d908462c1adab5e2
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Fri Jul 12 13:35:42 2024 +0200

    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 <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch 12d7fd45f021d2077e3381a79dc8bbdff419e4ea drm-intel
dd854f2b8959 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:371:
+^I            sizeof(new_plane_state->view.gtt))) {$

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




More information about the Intel-xe mailing list