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

Commit c11fb712 authored by Vinu Deokaran's avatar Vinu Deokaran
Browse files

msm: mdss: enable hpd by default if it's not pluggable



If HDMI is configured as non-pluggable, enable the HPD by default
in order to bring up full HDMI functionalities.

Change-Id: Ibbe3b55c5eb93b055455ab461cea11b73a1b514d
Signed-off-by: default avatarVinu Deokaran <vinud@codeaurora.org>
parent f92b0dce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4052,7 +4052,7 @@ static int hdmi_tx_panel_event_handler(struct mdss_panel_data *panel_data,
			return rc;
		}

		if (hdmi_ctrl->pdata.primary) {
		if (hdmi_ctrl->pdata.primary || !hdmi_ctrl->pdata.pluggable) {
			reinit_completion(&hdmi_ctrl->hpd_int_done);
			rc = hdmi_tx_sysfs_enable_hpd(hdmi_ctrl, true);
			if (rc) {