✗ CI.checkpatch: warning for drm/xe/display: Re-use display vmas when possible (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 6 19:35:30 UTC 2024
== Series Details ==
Series: drm/xe/display: Re-use display vmas when possible (rev3)
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 a84e4c346e3848286616faace97ce6aeefcc7e00
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 261a0301bda5af29477bd710465a8886e8609a4d drm-intel
a84e4c346e38 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