summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Zhao <yzhao@codeaurora.org>2017-11-08 15:51:14 +0800
committerYuan Zhao <yzhao@codeaurora.org>2017-11-08 15:51:18 +0800
commita634cb059131551f676f19dc99de38914bd0ace9 (patch)
tree1e82794e6467d8618337a6969129681b0ec39505
parentb1281c202f4096a19a0477d654ddb6b9c48b95a3 (diff)
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 <yzhao@codeaurora.org>
-rw-r--r--drivers/video/fbdev/msm/mdss_hdmi_tx.c2
1 files changed, 1 insertions, 1 deletions
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);