Merge "msm: mdss: Remove check to cap requested mdp clock"
This commit is contained in:
commit
e58ec92ae4
1 changed files with 0 additions and 1 deletions
|
@ -696,7 +696,6 @@ static u32 get_pipe_mdp_clk_rate(struct mdss_mdp_pipe *pipe,
|
||||||
if (flags & PERF_CALC_PIPE_APPLY_CLK_FUDGE)
|
if (flags & PERF_CALC_PIPE_APPLY_CLK_FUDGE)
|
||||||
rate = mdss_mdp_clk_fudge_factor(mixer, rate);
|
rate = mdss_mdp_clk_fudge_factor(mixer, rate);
|
||||||
|
|
||||||
rate = min(mdata->max_mdp_clk_rate, rate);
|
|
||||||
return rate;
|
return rate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue