✗ CI.checkpatch: warning for drm/i915/display: Add power well mapping for WCL
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 14 06:17:00 UTC 2025
== Series Details ==
Series: drm/i915/display: Add power well mapping for WCL
URL : https://patchwork.freedesktop.org/series/151551/
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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit abdd624d18d2897219087c51077408f5ca63f253
Author: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
Date: Mon Jul 14 11:23:44 2025 +0530
drm/i915/display: Add power well mapping for WCL
WCL has 3 pipes, create power well mapping to reflect
HW. Rest remains similar to Xe3 power well configuration.
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
+ /mt/dim checkpatch 4990310f0d4505f8a92f01012eaf433c35da7822 drm-intel
abdd624d18d2 drm/i915/display: Add power well mapping for WCL
-:21: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#21: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1722:
+ .instances = &I915_PW_INSTANCES(
-:30: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#30: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1731:
+ .instances = &I915_PW_INSTANCES(
-:38: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#38: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1739:
+ .instances = &I915_PW_INSTANCES(
-:46: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#46: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1747:
+ .instances = &I915_PW_INSTANCES(
-:54: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#54: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1755:
+ .instances = &I915_PW_INSTANCES(
-:65: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#65: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1766:
+};
+static const struct i915_power_well_desc_list wcl_power_wells[] = {
total: 0 errors, 0 warnings, 6 checks, 70 lines checked
More information about the Intel-xe
mailing list