]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 23 Apr 2014 10:35:35 +0000 (12:35 +0200)
commitee645373386ed0ac94f33269576ee03c0d0ffd1b
tree5f53d9d03b00b0292f61d55b92fbda399aeade4a
parent01a277bd4b69f1e5e5650e902c2cadbd97e7dd3f
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