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

Commit 235cd46b 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: Fix mdp clock rate assignment when apply fudge is false"

parents 26ce155b 8cfb752e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -382,6 +382,8 @@ int mdss_mdp_perf_calc_pipe(struct mdss_mdp_pipe *pipe,

	if (apply_fudge)
		perf->mdp_clk_rate = mdss_mdp_clk_fudge_factor(mixer, rate);
	else
		perf->mdp_clk_rate = rate;

	prefill_params.smp_bytes = mdss_mdp_smp_get_size(pipe);
	prefill_params.xres = xres;