diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-28 08:21:43 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-28 08:21:42 -0700 |
| commit | e58ec92ae40fda894326cfa600e9c19323dfee32 (patch) | |
| tree | e6433bcc9f0335d653cb2d74186ee24eb57cfbf2 /drivers/video/fbdev | |
| parent | e81d17ff12f950b48d8a3d2cddc240782ab46ea1 (diff) | |
| parent | 330e834b2b1f07a4ecca80248364517afb8ec2a6 (diff) | |
Merge "msm: mdss: Remove check to cap requested mdp clock"
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_ctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_ctl.c b/drivers/video/fbdev/msm/mdss_mdp_ctl.c index 0165c48a0467..54fb21a5f35d 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_ctl.c +++ b/drivers/video/fbdev/msm/mdss_mdp_ctl.c @@ -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; } |
