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

2025-01-22 Thread Giedrius Statkevičius
Hello, On Mon, 4 Nov 2024 at 23:28, Rodrigo Vivi wrote: > > On Mon, Nov 04, 2024 at 02:09:46PM +0200, Giedrius Statkevičius wrote: > > Hello, > > > > Kind ping. > > There was a pipe underun in CI... I honestly don't believe this patch is > causing it, bu

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

2024-11-07 Thread Giedrius Statkevičius
Hello, On Mon, 4 Nov 2024 at 23:28, Rodrigo Vivi wrote: > > On Mon, Nov 04, 2024 at 02:09:46PM +0200, Giedrius Statkevičius wrote: > > Hello, > > > > Kind ping. > > There was a pipe underun in CI... I honestly don't believe this patch is > causing it, bu

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

2024-11-04 Thread Giedrius Statkevičius
Hello, Kind ping. On Thu, 17 Oct 2024 at 10:57, 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. > >

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

2024-10-17 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. Reviewed-by: Ankit Nautiyal Signed-off-by: Giedrius Statkevičius --- v2: add documentation about the parameter

[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