Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a13cc210 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: disable HDMI block before HDMI core off"

parents 7daa979b f2e445ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;