✗ CI.checkpatch: warning for drm/i915: intel_display conversions, cleanups (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 20 11:36:59 UTC 2024
== Series Details ==
Series: drm/i915: intel_display conversions, cleanups (rev2)
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 c9c35a8f1dcdbf1a545c878dcabccb84663a896f
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Nov 20 13:30:33 2024 +0200
drm/i915/irq: emphasize display_irqs_enabled is only about VLV/CHV
Use display_irqs_enabled only on VLV/CHV where it's relevant. Rename to
vlv_display_irqs_enabled, to emphasize it's really only about VLV/CHV.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch ccf64319402f90f68549e2047a7f985a46436e41 drm-intel
31e975bd523e drm/i915/overlay: convert to struct intel_display
-:609: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#609: FILE: drivers/gpu/drm/i915/display/intel_overlay.h:32:
}
+static inline void intel_overlay_cleanup(struct intel_display *display)
-:627: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#627: 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
3297a44bc246 drm/i915/overlay: add intel_overlay_available() and use it
-:45: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#45: FILE: drivers/gpu/drm/i915/display/intel_overlay.h:33:
}
+static inline bool intel_overlay_available(struct intel_display *display)
-:57: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#57: FILE: drivers/gpu/drm/i915/i915_getparam.c:2:
* SPDX-License-Identifier: MIT
total: 0 errors, 1 warnings, 1 checks, 53 lines checked
577084f8a012 drm/i915/plane: convert initial plane setup to struct intel_display
d731d6f6058a drm/i915/irq: hide display_irqs_enabled access
c9c35a8f1dcd drm/i915/irq: emphasize display_irqs_enabled is only about VLV/CHV
More information about the Intel-xe
mailing list