✗ CI.checkpatch: warning for drm/i915: Add drm_panic support (rev8)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 6 13:08:39 UTC 2025
== Series Details ==
Series: drm/i915: Add drm_panic support (rev8)
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f3014a66dce0bc2e9cb00eb73a1152e85b49d944
Author: Jocelyn Falempe <jfalempe at redhat.com>
Date: Fri Jun 6 13:48:13 2025 +0200
drm/i915/psr: Add intel_psr2_panic_force_full_update
When the panic handler is called, configure the psr to send the full
framebuffer to the monitor, otherwise the panic screen is only
partially visible.
Signed-off-by: Jocelyn Falempe <jfalempe at redhat.com>
+ /mt/dim checkpatch 8c96c8b7753fa6146836b12a379a53cac71894c5 drm-intel
5fd829debbd4 drm/i915/fbdev: Add intel_fbdev_get_map()
4eb5c822f0cb drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
06a4d4f3f665 drm/i915/display: Add a disable_tiling() for skl planes
206c922f881d drm/ttm: Add ttm_bo_kmap_try_from_panic()
da8209149ec1 drm/i915: Add intel_bo_panic_setup and intel_bo_panic_finish
-:145: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#145: FILE: drivers/gpu/drm/i915/gem/i915_gem_pages.c:406:
+ i915_panic_vaddr = kmap_local_page_try_from_panic(
-:220: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#220: FILE: drivers/gpu/drm/xe/display/intel_bo.c:76:
+}
+/*
total: 0 errors, 0 warnings, 2 checks, 218 lines checked
1bc505a859e1 drm/i915/display: Add drm_panic support
-:55: CHECK:LINE_SPACING: Please don't use multiple blank lines
#55: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:1274:
+
total: 0 errors, 0 warnings, 1 checks, 120 lines checked
61829caff0a1 drm/i915/display: Add drm_panic support for Y-tiling with DPT
352c3fa8f41e drm/i915/display: Add drm_panic support for 4-tiling with DPT
f3014a66dce0 drm/i915/psr: Add intel_psr2_panic_force_full_update
More information about the Intel-xe
mailing list