commit | 5dcea9b4522d3bdc1a0fe38406881b264ce074b8 | [log] [tgz] |
---|---|---|
author | Huaibin Yang <huaibiny@codeaurora.org> | Tue Aug 28 15:28:12 2012 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Sun Sep 02 00:51:47 2012 -0600 |
tree | f0fe32a93370fc2d8553291fb078fdc49c91879a | |
parent | 4d1a2d7ade77083edce9e5ed253e37a75bb972fe [diff] |
msm_fb: display: fix the underrun issue when playing interlaced videos Interlaced videos require higher mdp clk rate and the current code sets mdp clk to max and return. However mdp clk calculation may still give a result higher than max mdp clk, for this case the result is kept and used later to enable blt mode to avoid underrun. Change-Id: I185d0d15e5b79e94561e790e41713cdb405f8bf4 Signed-off-by: Huaibin Yang <huaibiny@codeaurora.org>