✗ CI.checkpatch: warning for drm/i915/display: conversions to struct intel_display (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 11 20:20:29 UTC 2025


== Series Details ==

Series: drm/i915/display: conversions to struct intel_display (rev2)
URL   : https://patchwork.freedesktop.org/series/144749/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 95ea6912f96bd7b1efb657cace13a571700d03c6
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Tue Mar 11 20:00:43 2025 +0200

    drm/i915/display: rename I915_HAS_HOTPLUG() to HAS_HOTPLUG
    
    Most of the other display feature check macros are just
    HAS_<something>. Follow suit with hotplug check.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch eb17816e52395a403aa0b447aa0befa9d2f86dd5 drm-intel
04b55f2c5ee1 drm/i915/color: prefer display->platform.<platform> checks
4326cffc63c2 drm/i915/connector: convert intel_connector.c to struct intel_display
432f7da0d64c drm/i915/hotplug: convert intel_hotplug.[ch] to struct intel_display
ab071cbd4557 drm/i915/hotplug: convert hotplug debugfs to struct intel_display
6aa75fe2a6a3 drm/i915/hotplug: convert hotplug irq handling to intel_de_*()
84217c72e315 drm/i915/hotplug: convert intel_hotplug_irq.[ch] to struct intel_display
3249dabeb621 drm/i915/irq: convert intel_display_irq.[ch] interfaces to struct intel_display
-:856: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#856: FILE: drivers/gpu/drm/i915/display/intel_display_irq.h:74:
+void i915_pipestat_irq_handler(struct intel_display *display, u32 iir, u32 pipe_stats[I915_MAX_PIPES]);

-:857: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#857: FILE: drivers/gpu/drm/i915/display/intel_display_irq.h:75:
+void i965_pipestat_irq_handler(struct intel_display *display, u32 iir, u32 pipe_stats[I915_MAX_PIPES]);

total: 0 errors, 2 warnings, 0 checks, 1501 lines checked
d672131db400 drm/i915/irq: convert rest of intel_display_irq.[ch] to struct intel_display
95ea6912f96b drm/i915/display: rename I915_HAS_HOTPLUG() to HAS_HOTPLUG




More information about the Intel-xe mailing list