== Series Details == Series: drm/i915/display: conversions to struct intel_display (rev3) URL : https://patchwork.freedesktop.org/series/144748/ State : warning == Summary == Error: dim checkpatch failed 17fd035c4408 drm/i915/color: prefer display->platform.<platform> checks e7724aa2207f drm/i915/connector: convert intel_connector.c to struct intel_display a31f349088c6 drm/i915/hotplug: convert intel_hotplug.[ch] to struct intel_display 456011e0d5a4 drm/i915/hotplug: convert hotplug debugfs to struct intel_display e1931fd12293 drm/i915/hotplug: convert hotplug irq handling to intel_de_*() b7307572fe75 drm/i915/hotplug: convert intel_hotplug_irq.[ch] to struct intel_display c915913fcdde drm/i915/irq: convert intel_display_irq.[ch] interfaces to struct intel_display -:857: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #857: 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]); -:858: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #858: 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 c62905c8a99d drm/i915/irq: convert rest of intel_display_irq.[ch] to struct intel_display d0c338aa0fa3 drm/i915/display: rename I915_HAS_HOTPLUG() to HAS_HOTPLUG