✗ CI.checkpatch: warning for drm/i915: error capture cleanups and refactor

Patchwork patchwork at emeril.freedesktop.org
Wed Apr 9 14:40:11 UTC 2025


== Series Details ==

Series: drm/i915: error capture cleanups and refactor
URL   : https://patchwork.freedesktop.org/series/147474/
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
13a92ce9fd458ebd6064f23cec8c39c53d02ed26
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cee597eefc4aa24b42a8dac589d0d9b152e71f19
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Wed Apr 9 17:23:47 2025 +0300

    drm/i915: use graphics version instead of PCH split in error capture
    
    Avoid using PCH checks in core i915 code, in preparation for moving PCH
    handling to display.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch a4fa94e2a40459883139bc058d8c7b47514bb713 drm-intel
2a5c26c59397 drm/i915: use 32-bit access for gen2 irq registers
eef9f2878030 drm/i915: record GEN2_IER in gtier[0] for pre-ilk error capture
a9f336f5e2ca drm/i915: stop recording IER in error capture
3011e9f0a78c drm/i915: use display snapshot mechanism for display irq regs
-:70: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#70: FILE: drivers/gpu/drm/i915/display/intel_display_irq.h:87:
+struct intel_display_irq_snapshot *intel_display_irq_snapshot_capture(struct intel_display *display);

-:71: WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#71: FILE: drivers/gpu/drm/i915/display/intel_display_irq.h:88:
+void intel_display_irq_snapshot_print(const struct intel_display_irq_snapshot *snapshot, struct drm_printer *p);

total: 0 errors, 2 warnings, 0 checks, 131 lines checked
cee597eefc4a drm/i915: use graphics version instead of PCH split in error capture




More information about the Intel-xe mailing list