drm/bridge: analogix_dp: Correct phy status in loader_protect

Signed-off-by: Wyon bi <bivvy.bi@rock-chips.com>
Change-Id: Ia0c62ae6ed411200b539e33c797bc8d0b1c7e14b
This commit is contained in:
Wyon bi
2021-12-27 16:11:25 +08:00
committed by Tao Huang
parent 9852468421
commit 42e2d4c27b

View File

@@ -1112,6 +1112,8 @@ static int analogix_dp_loader_protect(struct drm_connector *connector, bool on)
pm_runtime_get_sync(dp->dev);
analogix_dp_phy_power_on(dp);
ret = analogix_dp_detect_sink_psr(dp);
if (ret)
return ret;