✗ CI.checkpatch: warning for drm/i915: Add drm_panic support (rev6)

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 1 13:06:03 UTC 2025


== Series Details ==

Series: drm/i915: Add drm_panic support (rev6)
URL   : https://patchwork.freedesktop.org/series/141937/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c0fd23cdd77331d808824a604cee5580420d9c97
Author: Jocelyn Falempe <jfalempe at redhat.com>
Date:   Tue Apr 1 14:51:14 2025 +0200

    drm/i915/display: Add drm_panic support for 4-tiling with DPT
    
    On Alder Lake and later, it's not possible to disable tiling when DPT
    is enabled.
    So this commit implements 4-Tiling support, to still be able to draw
    the panic screen.
    
    Signed-off-by: Jocelyn Falempe <jfalempe at redhat.com>
+ /mt/dim checkpatch 9368766ece6c78cc0001f9b53037563fe521f887 drm-intel
979b142038b3 drm/i915/fbdev: Add intel_fbdev_get_map()
223435309562 drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
fc258b14f414 drm/i915/display: Add a disable_tiling() for skl planes
297dd77e73de drm/i915/gem: Add i915_gem_object_panic_map()
-:67: CHECK:LINE_SPACING: Please don't use multiple blank lines
#67: FILE: drivers/gpu/drm/i915/gem/i915_gem_pages.c:367:
+
+

-:81: CHECK:SPACING: No space is necessary after a cast
#81: FILE: drivers/gpu/drm/i915/gem/i915_gem_pages.c:381:
+		iosys_map_set_vaddr_iomem(map, (void __iomem *) ptr);

total: 0 errors, 0 warnings, 2 checks, 70 lines checked
e05cd3c5553c drm/i915/display: Add drm_panic support
b2993528ab2c drm/i915/display: Flush the front buffer in panic handler
347668525891 drm/i915/display: Add drm_panic support for Y-tiling with DPT
c0fd23cdd773 drm/i915/display: Add drm_panic support for 4-tiling with DPT
-:35: WARNING:LONG_LINE: line length of 117 exceeds 100 columns
#35: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:1306:
+	swizzle = (x & 3) | ((y & 3) << 2) | ((x & 0xc) << 2) | (y & 4) << 4 | ((x & 0x10) << 3) | ((y & 0x18) << 5);

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




More information about the Intel-xe mailing list