✗ CI.checkpatch: warning for drm/xe: Fix flickering when inheriting BIOS fb. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 1 00:05:48 UTC 2024
== Series Details ==
Series: drm/xe: Fix flickering when inheriting BIOS fb. (rev2)
URL : https://patchwork.freedesktop.org/series/139215/
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 c7f64b9d38278fcf423bcb0d9183a0a4458a2f4c
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Mon Sep 30 21:57:49 2024 +0200
drm/xe: Initialise GGTT later
Now that we know that nobody is using GGTT any more, postpone
initialisation to prevent any new allocations.
This prevents any new users from popping up.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch 4e4d7873ac763aa0bd9207ea9ec2b89bb52a6fe1 drm-intel
5562d7532090 drm/xe/display: Handle stolen bar readout in the same way as lmem
42260a9b319f drm/xe: Remove double pageflip
b9502426c55e drm/xe: Move suballocator init to after display init
d6826d527056 drm/xe: Initialize UC after xe_display_init_noaccel.
4f0e90a40957 drm/xe: Use xe_ggtt_map_bo_unlocked for resume
9c72ae315a4b drm/xe: Add xe_ggtt_might_lock
6ed7ee3c0303 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:165:
+ 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
63a1e934ee80 drm/xe/display: Abstract read/write functions for GGTT PTEs
ba5e05bd4435 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:77:
+
+
total: 0 errors, 0 warnings, 1 checks, 137 lines checked
5e391b3ec04c drm/xe/display: Stop dereferencing ggtt in xe_fb_pin
dd7064cfee66 drm/xe/display: Stop dereferencing ggtt in xe_fb_pin
37723ea8c045 drm/xe: Move struct xe_ggtt to xe_ggtt.c
c91673575f27 drm/xe/display: Use async flip for flipping initial fb.
-:44: WARNING:LONG_LINE: line length of 139 exceeds 100 columns
#44: FILE: drivers/gpu/drm/xe/display/xe_plane_initial.c:246:
+ if (intel_wait_for_register_fw(&xe->uncore, PLANE_SURFLIVE(plane->pipe, PLANE_1), XE_PAGE_SIZE - 1, vma->node->base.start, 40) < 0)
total: 0 errors, 1 warnings, 0 checks, 38 lines checked
c1b6854c3611 drm/xe: Move interrupt initialisation until after xe_display_init_noaccel
c7f64b9d3827 drm/xe: Initialise GGTT later
More information about the Intel-xe
mailing list