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

2025-01-27 Thread Rodrigo Vivi
On Thu, Jan 23, 2025 at 10:16:07PM -0500, Rodrigo Vivi wrote: > On Wed, Jan 22, 2025 at 01:15:31PM +0200, Giedrius Statkevičius wrote: > > 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: > > > > Hel

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

2025-01-23 Thread Rodrigo Vivi
On Wed, Jan 22, 2025 at 01:15:31PM +0200, Giedrius Statkevičius wrote: > 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 hones

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, but anyway I decided to trigger a retest ther

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, but anyway I decided to trigger a retest ther

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

2024-11-04 Thread Rodrigo Vivi
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, but anyway I decided to trigger a retest there before I push this. Thanks for the patch and review. > > > On Thu,

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. > > Reviewed-by: Ankit Nautiyal

[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, apply