✗ CI.checkpatch: warning for drm/xe: More fb pinning optimizations.
Patchwork
patchwork at emeril.freedesktop.org
Mon May 6 11:14:39 UTC 2024
== Series Details ==
Series: drm/xe: More fb pinning optimizations.
URL : https://patchwork.freedesktop.org/series/133227/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9afe94b23060c1c2814d3ae55fd04d8bead50de0
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Mon May 6 12:36:04 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 5a43da669cdb9b8df66e32a661b09cd9c52e35f2 drm-intel
7fcfe1788f78 drm/xe: Remove safety check from __xe_ttm_stolen_io_mem_reserve_stolen
9d395436a31c drm/xe/display: Preparations for preallocating dpt bo
9cad23d0d509 drm/xe: Use simple xchg to cache DPT
9afe94b23060 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:457:
+^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