Merge "msm: mdss: Remove check to cap requested mdp clock"

This commit is contained in:
Linux Build Service Account 2017-07-28 08:21:43 -07:00 committed by Gerrit - the friendly Code Review server
commit e58ec92ae4

View file

@ -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;
}