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

Commit 330e834b authored by Animesh Kishore's avatar Animesh Kishore
Browse files

msm: mdss: Remove check to cap requested mdp clock



Invalidate layers with requested mdp clock greater
than max supported.

Change-Id: Ic44787e6c0ad1cce105074533c1b6fd21c79da38
Signed-off-by: default avatarAnimesh Kishore <animeshk@codeaurora.org>
parent 84c69cb5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -676,7 +676,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;
}