== Series Details == Series: drm/i915: intel_display conversions, cleanups URL : https://patchwork.freedesktop.org/series/141176/ State : warning == Summary == Error: dim checkpatch failed 8c43f2b99cec drm/i915/overlay: convert to struct intel_display -:608: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #608: FILE: drivers/gpu/drm/i915/display/intel_overlay.h:32: } +static inline void intel_overlay_cleanup(struct intel_display *display) -:626: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #626: FILE: drivers/gpu/drm/i915/display/intel_overlay.h:49: } +static inline void intel_overlay_reset(struct intel_display *display) total: 0 errors, 0 warnings, 2 checks, 578 lines checked 3b4e013e3418 drm/i915/overlay: add intel_overlay_available() and use it -:44: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations #44: FILE: drivers/gpu/drm/i915/display/intel_overlay.h:33: } +static inline bool intel_overlay_available(struct intel_display *display) -:56: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #56: FILE: drivers/gpu/drm/i915/i915_getparam.c:2: * SPDX-License-Identifier: MIT total: 0 errors, 1 warnings, 1 checks, 53 lines checked 010264e35e1b drm/i915/plane: convert initial plane setup to struct intel_display 87290e739ca1 drm/i915/irq: hide display_irqs_enabled access 2bb2fb50ffd7 drm/i915/irq: emphasize display_irqs_enabled is only about VLV/CHV