Re: [PATCH] drm/i915/lspcon: do not hardcode settle timeout

2024-10-15 Thread Nautiyal, Ankit K
On 10/14/2024 3:09 PM, Giedrius Statkevičius wrote: 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 --- drivers/gpu/drm/dis

Re: [PATCH] drm/i915/lspcon: do not hardcode settle timeout

2024-10-15 Thread kernel test robot
rnel.org/r/20241014093914.109162-1-giedriuswork%40gmail.com patch subject: [PATCH] drm/i915/lspcon: do not hardcode settle timeout config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20241015/202410151813.hw9octae-...@intel.com/config) compiler: gcc-11 (Debian 11.3.0-12) 11.3.0 reproduce (this is a

[PATCH] drm/i915/lspcon: do not hardcode settle timeout

2024-10-14 Thread Giedrius Statkevičius
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 --- drivers/gpu/drm/display/drm_dp_dual_mode_helper.c | 3 +-- drivers/gpu/drm/i