From a634cb059131551f676f19dc99de38914bd0ace9 Mon Sep 17 00:00:00 2001 From: Yuan Zhao Date: Wed, 8 Nov 2017 15:51:14 +0800 Subject: [PATCH] msm: mdss: do not do phy reset when HDMI power off Do not need to do HDMI PHY reset here, because will do that when HDMI cable connected again in HDMI mode setting function. Change-Id: Ifae7c35f72a9008980c207e0806ab7aaa57dfe07 Signed-off-by: Yuan Zhao --- drivers/video/fbdev/msm/mdss_hdmi_tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/msm/mdss_hdmi_tx.c b/drivers/video/fbdev/msm/mdss_hdmi_tx.c index a5a407708334..5eb17ab27e4c 100644 --- a/drivers/video/fbdev/msm/mdss_hdmi_tx.c +++ b/drivers/video/fbdev/msm/mdss_hdmi_tx.c @@ -3211,7 +3211,7 @@ static int hdmi_tx_power_off(struct hdmi_tx_ctrl *hdmi_ctrl) hdmi_ctrl->panel_ops.off(pdata); hdmi_tx_set_mode(hdmi_ctrl, false); - hdmi_tx_phy_reset(hdmi_ctrl); + hdmi_tx_set_mode(hdmi_ctrl, true); hdmi_tx_core_off(hdmi_ctrl);