✗ CI.checkpatch: warning for drm/i915/display: conversions to struct intel_display (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 21 07:40:50 UTC 2025
== Series Details ==
Series: drm/i915/display: conversions to struct intel_display (rev4)
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 78dcf71186667ef36c668c6320d16015fd404bda
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 a64b76313c595c2995d37dbb95c85cf83c16e49b drm-intel
61874bb89ee4 drm/i915/color: prefer display->platform.<platform> checks
474d9b4aaef2 drm/i915/connector: convert intel_connector.c to struct intel_display
d59f1fec406e drm/i915/hotplug: convert intel_hotplug.[ch] to struct intel_display
2f9248b43d58 drm/i915/hotplug: convert hotplug debugfs to struct intel_display
8d9f4a408d7a drm/i915/hotplug: convert hotplug irq handling to intel_de_*()
37becfe8c5e8 drm/i915/hotplug: convert intel_hotplug_irq.[ch] to struct intel_display
13c34327623e 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
977e7431c675 drm/i915/irq: convert rest of intel_display_irq.[ch] to struct intel_display
78dcf7118666 drm/i915/display: rename I915_HAS_HOTPLUG() to HAS_HOTPLUG
More information about the Intel-xe
mailing list