drm/tegra: dc: Implement runtime PM
authorThierry Reding <treding@nvidia.com>
Mon, 3 Aug 2015 11:20:49 +0000 (13:20 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 4 Jul 2016 09:35:46 +0000 (11:35 +0200)
commit33a8eb8d40ee7fc07f23a407607bdbaa46893b2d
tree1a329f79c826febc5af299ef645801f85fb3a914
parent2ccb396e9dd4536cfb7e8c4fd892d215c7aec2b6
drm/tegra: dc: Implement runtime PM

Use runtime PM to clock-gate, assert reset and powergate the display
controller. This ties in nicely with atomic DPMS in that a runtime PM
reference is taken before a pipe is enabled and dropped after it has
been shut down.

To make sure this works, make sure to only ever update planes on active
CRTCs, otherwise register accesses to a clock-gated and reset CRTC will
hang the CPU.

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