drm/bridge: analogix_dp: don't wait for PLL lock too early
authorLucas Stach <l.stach@pengutronix.de>
Wed, 19 Jun 2024 18:21:57 +0000 (20:21 +0200)
committerRobert Foss <rfoss@kernel.org>
Thu, 27 Jun 2024 09:52:14 +0000 (11:52 +0200)
commit917c8d192ba6ada16b4cf11c786f3dbfe70de0d9
tree6c498f8317818dae800d37837a2052425ec92061
parent90986e356c7a81d32550475f7de5bdc4cd878c2f
drm/bridge: analogix_dp: don't wait for PLL lock too early

The PLL will be reconfigured later, which may cause it to go out of lock
anyway, 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.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619182200.3752465-11-l.stach@pengutronix.de
drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c