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

Commit bd809a39 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: increase mdp core clock to match panel pixel clock"

parents 6f25d067 1d0cec7a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -687,6 +687,10 @@ static void mdss_mdp_perf_calc_mixer(struct mdss_mdp_mixer *mixer,
		if (!pinfo)	/* perf for bus writeback */
			perf->bw_overlap =
				fps * mixer->width * mixer->height * 3;
		/* for command mode, run as fast as the link allows us */
		else if ((pinfo->type == MIPI_CMD_PANEL) &&
			 (pinfo->mipi.dsi_pclk_rate > perf->mdp_clk_rate))
			perf->mdp_clk_rate = pinfo->mipi.dsi_pclk_rate;
	}

	/*