]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dc: Use atomic clock state in modeset
authorThierry Reding <treding@nvidia.com>
Fri, 19 Dec 2014 14:09:16 +0000 (15:09 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:54 +0000 (10:14 +0100)
commitd7659d6ea1036cfe06b594978bf5eff036afc07b
tree227de1687644dc5910cd0596bf21f84c15615216
parent0f6bb97d88ce9c92422f2f38260af6e9252e2334
drm/tegra: dc: Use atomic clock state in modeset

All clock state is now stored in the display controller's atomic state,
so the output drivers no longer need to call back into the display
controller driver to set up the clock. This is also required to make
sure no hardware changes are made before validating a configuration.

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