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

Commit e58ec92a 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: Remove check to cap requested mdp clock"

parents e81d17ff 330e834b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -696,7 +696,6 @@ static u32 get_pipe_mdp_clk_rate(struct mdss_mdp_pipe *pipe,
	if (flags & PERF_CALC_PIPE_APPLY_CLK_FUDGE)
		rate = mdss_mdp_clk_fudge_factor(mixer, rate);

	rate = min(mdata->max_mdp_clk_rate, rate);
	return rate;
}