✗ CI.checkpatch: warning for drm/i915: intel_display conversions, cleanups
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 11 18:02:54 UTC 2024
== Series Details ==
Series: drm/i915: intel_display conversions, cleanups
URL : https://patchwork.freedesktop.org/series/141175/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ab5f35aff9f43ec5a84bd7f19cfc5b31861f5f09
Author: Jani Nikula <jani.nikula at intel.com>
Date: Mon Nov 11 19:53:34 2024 +0200
drm/i915/irq: emphasize display_irqs_enabled is only about VLV/CHV
Rename display_irqs_enabled to vlv_display_irqs_enabled, to emphasize
it's really only about VLV/CHV. Only access it when running on VLV/CHV.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 6d0fd3fb958e77717cedf35f49325c7c0dfa11c9 drm-intel
d387057fb0c4 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
dddd1be899df 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
aa50c8d0f4a4 drm/i915/plane: convert initial plane setup to struct intel_display
98e1890342aa drm/i915/irq: hide display_irqs_enabled access
ab5f35aff9f4 drm/i915/irq: emphasize display_irqs_enabled is only about VLV/CHV
More information about the Intel-xe
mailing list