]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dc - Compute shift clock divider in output drivers
authorThierry Reding <treding@nvidia.com>
Wed, 26 Mar 2014 12:32:21 +0000 (13:32 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 5 Jun 2014 21:09:33 +0000 (23:09 +0200)
commit27572f907c25a885f79c3ade93e3b08e9eb11303
treebcab00eb979434cc358abe43a4f4cf2633d43f06
parentb40279bc1dd0c14a4427a8e9a97521f7294a3af0
drm/tegra: dc - Compute shift clock divider in output drivers

The shift clock divider is highly dependent on the type of output, so
push computation of it down into the output drivers. The old code used
to work merely by accident.

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