Loading drivers/video/msm/mdss/mdss_hdmi_tx.c +5 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
drivers/video/msm/mdss/mdss_hdmi_tx.c +5 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading