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

Commit 4d954733 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

msm: mdss: hdmi: update switch node on hpd off



During framework reboot, keep the switch nodes in sync with
user modules to make sure hdmi cable notification mechanism
works after reboot.

Change-Id: I22696b17ec6ff11b1a378df9611eb8ab4be01358
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent fe142d0b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -935,6 +935,9 @@ static ssize_t hdmi_tx_sysfs_wta_hpd(struct device *dev,
			hdmi_tx_config_5v(hdmi_ctrl, false);
		} else {
			hdmi_tx_hpd_off(hdmi_ctrl);

			hdmi_ctrl->sdev.state = 0;
			hdmi_tx_set_audio_switch_node(hdmi_ctrl, 0);
		}

		break;