drm/bridge: analogix_dp: remove PLL lock check from analogix_dp_config_video
authorLucas Stach <l.stach@pengutronix.de>
Wed, 19 Jun 2024 18:21:55 +0000 (20:21 +0200)
committerRobert Foss <rfoss@kernel.org>
Thu, 27 Jun 2024 09:52:11 +0000 (11:52 +0200)
commitb8a4cdbb01312ac72e189072a1058f7948c07f9e
tree989d3f4586c1234dc961f7132700dac665bc2ffc
parent3efe2ace7f5b1199c1d6f250aa9bb50e19c38f50
drm/bridge: analogix_dp: remove PLL lock check from analogix_dp_config_video

This check is way too late in the DP enable flow. The PLL must be
locked much earlier, before any link training can happen. If the
PLL is unlocked at that point in time there is something seriously
wrong in the enable flow.

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