✗ CI.checkpatch: warning for drm/i915/lspcon: do not hardcode settle timeout
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 15 14:14:11 UTC 2024
== Series Details ==
Series: drm/i915/lspcon: do not hardcode settle timeout
URL : https://patchwork.freedesktop.org/series/139997/
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 511b962e41134bb628d7324f405dc4a81b22c3d2
Author: Giedrius Statkevičius <giedriuswork at gmail.com>
Date: Mon Oct 14 12:39:12 2024 +0300
drm/i915/lspcon: do not hardcode settle timeout
Avoid hardcoding the LSPCON settle timeout because it takes a longer
time on certain chips made by certain vendors. Use the function that
already exists to determine the timeout.
Signed-off-by: Giedrius Statkevičius <giedriuswork at gmail.com>
+ /mt/dim checkpatch f98f4e573392b882c0ca5aa1c025e20dbe4aa7e8 drm-intel
511b962e4113 drm/i915/lspcon: do not hardcode settle timeout
-:41: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#41: FILE: drivers/gpu/drm/i915/display/intel_lspcon.c:214:
+ err = drm_lspcon_set_mode(intel_dp->aux.drm_dev, ddc, mode, lspcon_get_mode_settle_timeout(lspcon));
total: 0 errors, 1 warnings, 0 checks, 26 lines checked
More information about the Intel-xe
mailing list