✗ CI.checkpatch: warning for drm/i915/display: UHBR rates for Thunderbolt (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Dec 17 19:45:25 UTC 2024
== Series Details ==
Series: drm/i915/display: UHBR rates for Thunderbolt (rev2)
URL : https://patchwork.freedesktop.org/series/142649/
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 f226731d7e7cf100728a30f5bab8066997b74703
Author: Mika Kahola <mika.kahola at intel.com>
Date: Tue Dec 17 16:34:40 2024 +0200
drm/i915/display: UHBR rates for Thunderbolt
tbt-alt mode is missing uhbr rates 10G and 20G. This requires
requires pll clock rates 312.5 MHz and 625 MHz to be added,
respectively. The uhbr rates are supported only form PTL+
platforms.
v2: Add drm_WARN_ON() to check if port clock is not supported by
the platform (Imre)
Combine forward ungate with mask parameter (Imre)
Rename XE3LPDP_* to XE3D_* (Imre)
Signed-off-by: Mika Kahola <mika.kahola at intel.com>
+ /mt/dim checkpatch 1984b26a25a506f3437f63fd201cec704b99336a drm-intel
f226731d7e7c drm/i915/display: UHBR rates for Thunderbolt
-:87: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#87: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:3148:
+ val |= XE3D_DDI_CLOCK_SELECT(intel_mtl_tbt_clock_select(display, crtc_state->port_clock));
-:90: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#90: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:3151:
+ val |= XELPDP_DDI_CLOCK_SELECT(intel_mtl_tbt_clock_select(display, crtc_state->port_clock));
-:112: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#112: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h:197:
+#define XE3D_DDI_CLOCK_SELECT(val) REG_FIELD_PREP(XE3D_DDI_CLOCK_SELECT_MASK, val)
total: 0 errors, 3 warnings, 0 checks, 93 lines checked
More information about the Intel-xe
mailing list