Re: [PATCH 11/14] drm/bridge: analogix_dp: don't wait for PLL lock too early

2024-06-10 Thread Robert Foss
On Fri, May 3, 2024 at 5:12 PM Lucas Stach wrote: > > The PLL will be reconfigured later, which may cause it to go out of lock > anyways, so there is no point in waiting for the PLL to lock here. Instead > we can continue execution of the link setup, which will properly set the > PLL parameters an

[PATCH 11/14] drm/bridge: analogix_dp: don't wait for PLL lock too early

2024-05-03 Thread Lucas Stach
The PLL will be reconfigured later, which may cause it to go out of lock anyways, so there is no point in waiting for the PLL to lock here. Instead we can continue execution of the link setup, which will properly set the PLL parameters and will wait for the PLL to lock at the appropriate times. Si