commit | 850bab448034f0a601727fe266afd0ef64fef6dc | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Jul 29 17:58:41 2015 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Aug 13 13:49:35 2015 +0200 |
tree | 417941bab7c32d0a33b93cb9c2f48feef2bf656f | |
parent | 171e2e6dd912dac625e085919f0822cd94c04ff0 [diff] |
drm/tegra: sor: 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 to use runtime PM in subsequent patches. Signed-off-by: Thierry Reding <treding@nvidia.com>