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

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

Merge "mdss_hdmi_tx: reset HDR flags on disconnect"

parents 8d787e53 466480a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3432,6 +3432,9 @@ static int hdmi_tx_power_off(struct hdmi_tx_ctrl *hdmi_ctrl)
	hdmi_ctrl->panel_power_on = false;
	hdmi_ctrl->vic = 0;

	hdmi_ctrl->use_bt2020 = false;
	hdmi_ctrl->curr_hdr_state = HDR_DISABLE;

	if (hdmi_ctrl->hpd_off_pending || hdmi_ctrl->panel_suspend)
		hdmi_tx_hpd_off(hdmi_ctrl);