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

From: Rodrigo Vivi
Date: Mon Nov 04 2024 - 16:28:39 EST


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, 17 Oct 2024 at 10:57, Giedrius Statkevičius
> <giedriuswork@xxxxxxxxx> 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 <ankit.k.nautiyal@xxxxxxxxx>
> > Signed-off-by: Giedrius Statkevičius <giedriuswork@xxxxxxxxx>