✗ CI.checkpatch: warning for drm/xe/display: Rework display init for reducing flickering. (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon Dec 9 15:56:57 UTC 2024
== Series Details ==
Series: drm/xe/display: Rework display init for reducing flickering. (rev3)
URL : https://patchwork.freedesktop.org/series/142241/
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 99733344d0ef5dba42230044f2bc2d7ac495b25a
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Mon Dec 9 16:51:42 2024 +0100
drm/xe/display: Use a single early init call for display
Instead of 3 different calls, it should be safe to unify to a single
call now. This makes the init sequence cleaner, and display less
tangled.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch 2864e419e05c29b6780bd41711375d274aa43f06 drm-intel
4d3d440be10c drm/xe/display: Add intel_plane_initial_vblank_wait
-:110: WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#110: FILE: drivers/gpu/drm/xe/display/xe_plane_initial.c:37:
+ ret = xe_mmio_wait32_not(xe_root_tile_mmio(xe), pipe_frmtmstmp, ~0U, timestamp, 40000U, ×tamp, false);
total: 0 errors, 1 warnings, 0 checks, 91 lines checked
c060a078b854 drm/xe: Remove double pageflip
38117bf4c57b drm/xe: Move suballocator init to after display init
3e8fd72d99da drm/xe: Defer irq init until after xe_display_init_noaccel
99733344d0ef drm/xe/display: Use a single early init call for display
More information about the Intel-xe
mailing list