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

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 20 14:51:38 UTC 2025


== Series Details ==

Series: drm/i915/display: conversions to struct intel_display (rev3)
URL   : https://patchwork.freedesktop.org/series/144749/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://github.com/intel-lgci-fdo-gitlab-mirror/drm.maintainer-tools mt
Cloning into 'mt'...
+ git -C mt rev-list -n1 origin/master
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 771319f166f087e9e291c3006bf1dbff61511d11
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Thu Mar 20 16:46:05 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.
    
    Reviewed-by: Uma Shankar <uma.shankar at intel.com>
    Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch a958e31a81b3267201c85b6f171419586afa792c drm-intel
e826ab8be492 drm/i915/color: prefer display->platform.<platform> checks
6eb51d4470d1 drm/i915/connector: convert intel_connector.c to struct intel_display
f9ed31dae1e3 drm/i915/hotplug: convert intel_hotplug.[ch] to struct intel_display
4e6616db258f drm/i915/hotplug: convert hotplug debugfs to struct intel_display
b2ea61ad7787 drm/i915/hotplug: convert hotplug irq handling to intel_de_*()
fa0b34e87cd7 drm/i915/hotplug: convert intel_hotplug_irq.[ch] to struct intel_display
0fd75c835c86 drm/i915/irq: convert intel_display_irq.[ch] interfaces to struct intel_display
-:861: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#861: 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]);

-:862: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#862: 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
e3ffb9ee9686 drm/i915/irq: convert rest of intel_display_irq.[ch] to struct intel_display
771319f166f0 drm/i915/display: rename I915_HAS_HOTPLUG() to HAS_HOTPLUG




More information about the Intel-xe mailing list