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

Commit 33197d65 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: hdmi: turn on DDC when turn on hdmi"

parents db2811f3 f6f2be68
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2760,6 +2760,11 @@ static int hdmi_tx_power_on(struct mdss_panel_data *panel_data)
	hdmi_ctrl->panel_power_on = true;
	mutex_unlock(&hdmi_ctrl->mutex);

	if (hdmi_ctrl->pdata.primary) {
		if (hdmi_tx_enable_power(hdmi_ctrl, HDMI_TX_DDC_PM, true))
			DEV_ERR("%s: Failed to enable ddc power\n", __func__);
	}

	hdmi_cec_config(hdmi_ctrl->feature_data[HDMI_TX_FEAT_CEC]);

	if (hdmi_ctrl->hpd_state) {