]> git.kernelconcepts.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>
Thu, 5 Jun 2014 21:09:34 +0000 (23:09 +0200)
commit76245adbc149170999340a61d171e29b86b02218
treeda6e83b2bff4f93ab95cbb3e4e1addcfca217015
parent91eded9b481e61913d98142927b559af33a180a7
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