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

Commit 15aad8ef 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: enable hpd by default if it's not pluggable"

parents 929a747d c11fb712
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4187,7 +4187,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) {