✗ CI.checkpatch: warning for series starting with [1/2] drm/i915/display: Add power well mapping for WCL
Patchwork
patchwork at emeril.freedesktop.org
Fri Aug 8 09:13:39 UTC 2025
== Series Details ==
Series: series starting with [1/2] drm/i915/display: Add power well mapping for WCL
URL : https://patchwork.freedesktop.org/series/152675/
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
c298eac5978c38dcc62a70c0d73c91765e7cc296
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 01469bcfe37a14e9588ccf8cfcd8385fdf6d01ef
Author: Imre Deak <imre.deak at intel.com>
Date: Fri Aug 8 13:49:31 2025 +0530
drm/i915/wcl: Add display device info
Add device info for wildcat lake. WCL has 3 pipes and 2 TC ports.
Suggested-by: Gustavo Sousa <gustavo.sousa at intel.com>
Signed-off-by: Imre Deak <imre.deak at intel.com>
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
+ /mt/dim checkpatch 0a8f74a5dde6c5327dac9522cf1441003f2ebcba drm-intel
a5e98dc91458 drm/i915/display: Add power well mapping for WCL
-:23: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#23: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1722:
+ .instances = &I915_PW_INSTANCES(
-:32: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#32: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1731:
+ .instances = &I915_PW_INSTANCES(
-:40: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#40: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1739:
+ .instances = &I915_PW_INSTANCES(
-:48: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#48: FILE: drivers/gpu/drm/i915/display/intel_display_power_map.c:1747:
+ .instances = &I915_PW_INSTANCES(
-:56: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#56: 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:1764:
+};
+static const struct i915_power_well_desc_list wcl_power_wells[] = {
total: 0 errors, 0 warnings, 6 checks, 68 lines checked
01469bcfe37a drm/i915/wcl: Add display device info
More information about the Intel-xe
mailing list