✗ CI.checkpatch: warning for drm/i915/lspcon: do not hardcode settle timeout (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 16 07:06:04 UTC 2024
== Series Details ==
Series: drm/i915/lspcon: do not hardcode settle timeout (rev2)
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 192754195a42b6e15985db16b6ea5e9acf3869f7
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>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch 0bebd793802b4eae14c71400e833cda8f91b0557 drm-intel
192754195a42 drm/i915/lspcon: do not hardcode settle timeout
-:42: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#42: 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