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

Commit b23666a9 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: reset hdmi max supported TMDS clock"

parents 969e2372 c048ed42
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2225,6 +2225,9 @@ static int hdmi_tx_read_sink_info(struct hdmi_tx_ctrl *hdmi_ctrl)
	DSS_REG_W_ND(io, HDMI_DDC_ARBITRATION,
	DSS_REG_W_ND(io, HDMI_DDC_ARBITRATION,
		DSS_REG_R(io, HDMI_DDC_ARBITRATION) & ~(BIT(4)));
		DSS_REG_R(io, HDMI_DDC_ARBITRATION) & ~(BIT(4)));


	/* Set/Reset HDMI max TMDS clock supported by source */
	hdmi_edid_set_max_pclk_rate(data, hdmi_ctrl->max_pclk_khz);

	if (!hdmi_ctrl->custom_edid && !hdmi_ctrl->sim_mode) {
	if (!hdmi_ctrl->custom_edid && !hdmi_ctrl->sim_mode) {
		hdmi_ddc_config(&hdmi_ctrl->ddc_ctrl);
		hdmi_ddc_config(&hdmi_ctrl->ddc_ctrl);