]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dc - Move around shift clock programming
authorThierry Reding <treding@nvidia.com>
Wed, 26 Mar 2014 11:32:14 +0000 (12:32 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 5 Jun 2014 21:09:32 +0000 (23:09 +0200)
commitb40279bc1dd0c14a4427a8e9a97521f7294a3af0
tree6df9c968a5b1f2203f95861c8a032370c7934e3d
parent1d920e3b9c3f222c9de37f0bcb864d5af406dc9e
drm/tegra: dc - Move around shift clock programming

Program the shift clock divider in tegra_crtc_setup_clk() since that's
where the divider is computed, so passing it around can be avoided.

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