diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-09 09:58:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-09 09:58:55 -0800 |
| commit | 59b028f31db3a73cf66f6947eece80d141ad36e4 (patch) | |
| tree | 51e589ab06ec3b86f40d4e65dc03ee1cbba14e24 | |
| parent | f2dfcc956e52098d94a5db0c51e0d0bae2508a94 (diff) | |
| parent | a634cb059131551f676f19dc99de38914bd0ace9 (diff) | |
Merge "msm: mdss: do not do phy reset when HDMI power off"
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_hdmi_tx.c | 2 |
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); |
