✗ CI.checkpatch: warning for Some correction in the DP Link Training sequence (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 26 07:53:01 UTC 2024
== Series Details ==
Series: Some correction in the DP Link Training sequence (rev3)
URL : https://patchwork.freedesktop.org/series/139026/
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 13b6ea9b21120f37c1bedbbfc5aeaa0cd7e259ff
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Wed Sep 25 09:14:32 2024 +0530
drm/i915/dp: Include the time taken by AUX Tx for timeout
As per DP spec the timeout for LANE_CHANNEL_EQ_DONE is 400ms. But this
timeout value is exclusively for the Aux RD Interval and excludes the
time consumed for the AUX Tx (i.e reading/writing FFE presets). Add
another 50ms for these AUX Tx to the 400ms timeout.
Ref: "Figure 3-52: 128b132b DP DPTC LANEx_CHANNEL_EQ_DONE Sequence" of
DP2.1a spec.
Co-developed-by: Srikanth V NagaVenkata <nagavenkata.srikanth.v at intel.com>
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal at intel.com>
Acked-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 6b498b1015e38b1b7dbd1c7e3ab0a9be5d48f4da drm-intel
efe4b31db2da drm/i915/dp: use fsleep instead of usleep_range for LT
-:12: WARNING:BAD_SIGN_OFF: Co-developed-by and Signed-off-by: name/email do not match
#12:
Co-developed-by: Srikanth V NagaVenkata <nagavenkata.srikanth.v at intel.com>
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
total: 0 errors, 1 warnings, 0 checks, 24 lines checked
59f4220188a9 drm/i915/dp: read Aux RD interval just before setting the FFE preset
-:12: WARNING:BAD_SIGN_OFF: Co-developed-by and Signed-off-by: name/email do not match
#12:
Co-developed-by: Srikanth V NagaVenkata <nagavenkata.srikanth.v at intel.com>
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
total: 0 errors, 1 warnings, 0 checks, 27 lines checked
13b6ea9b2112 drm/i915/dp: Include the time taken by AUX Tx for timeout
-:13: WARNING:BAD_SIGN_OFF: Co-developed-by and Signed-off-by: name/email do not match
#13:
Co-developed-by: Srikanth V NagaVenkata <nagavenkata.srikanth.v at intel.com>
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
More information about the Intel-xe
mailing list