Loading drivers/video/fbdev/msm/mdss_hdmi_tx.c +4 −0 Original line number Diff line number Diff line Loading @@ -3160,6 +3160,10 @@ static int hdmi_tx_power_off(struct hdmi_tx_ctrl *hdmi_ctrl) if (hdmi_ctrl->panel_ops.off) 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); hdmi_ctrl->panel_power_on = false; Loading Loading
drivers/video/fbdev/msm/mdss_hdmi_tx.c +4 −0 Original line number Diff line number Diff line Loading @@ -3160,6 +3160,10 @@ static int hdmi_tx_power_off(struct hdmi_tx_ctrl *hdmi_ctrl) if (hdmi_ctrl->panel_ops.off) 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); hdmi_ctrl->panel_power_on = false; Loading