]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/tegra: dsi - Do not needlessly recompute pclk
authorThierry Reding <treding@nvidia.com>
Fri, 14 Mar 2014 13:20:42 +0000 (14:20 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 23 Apr 2014 10:35:36 +0000 (12:35 +0200)
commit7e8649f50e9bea27a66218bc5c43a98b4353af7a
tree51788149afeba7bb3c26f88c580e58a23ef519d1
parent4976099119b73f795d8a1b215f3befbb484a9ccf
drm/tegra: dsi - Do not needlessly recompute pclk

In some cases the pixel clock used to not be correct, which is why it
had to be recomputed. It turns out that the reason why it wasn't correct
is that it was used wrongly. If used correctly there's not need for the
recomputation.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dsi.c