commit | 29871b21c48c7b13adbd056755d923394ff6110b | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Jul 29 09:46:40 2015 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Aug 13 13:49:11 2015 +0200 |
tree | b77a135ca084aafb7cddb2e9ca7cab04bbc7d5ac | |
parent | 32c3dee11e8e8ff790a8724c1bfe87a51976d7f8 [diff] |
drm/tegra: hdmi: Restore DPMS In order to restore DPMS with atomic mode-setting, move all code from the ->mode_set() callback into ->enable(). At the same time, rename the ->prepare() callback to ->disable() to use the names preferred by atomic mode-setting. This simplifies the calling sequence and will allow DPMS code to use runtime PM in subsequent patches. Signed-off-by: Thierry Reding <treding@nvidia.com>