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

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 14 09:33:07 UTC 2025


== Series Details ==

Series: drm/i915: Add drm_panic support (rev5)
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 71ba0103f89f660b2a192dc792cf7359a27b8633
Author: Jocelyn Falempe <jfalempe at redhat.com>
Date:   Fri Feb 14 10:21:43 2025 +0100

    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 57457d93f156d8b4bdff8d138127d81b8f97d8c9 drm-intel
737af70eee6c drm/i915/fbdev: Add intel_fbdev_get_map()
c786e27c0257 drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
681849445bdc drm/i915/display: Add a disable_tiling() for skl planes
b73e0b5e8ad2 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:368:
+
+

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

total: 0 errors, 0 warnings, 2 checks, 70 lines checked
b6e8ec50535d drm/i915/display: Add drm_panic support
0bde1f097fff drm/i915/display: Flush the front buffer in panic handler
cb7506cb4832 drm/i915/display: Add drm_panic support for Y-tiling with DPT
71ba0103f89f 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:1258:
+	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