commit | 271502efbd3a9812f3d02230ff823b73141c6b39 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Dec 03 17:29:57 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Fri Jan 10 16:46:29 2020 +0100 |
tree | 810b78bb104c04600144e943402e474b0e4a3765 | |
parent | f90965abc51d9a72cd6fa414e9480edff9ddaced [diff] |
drm/tegra: output: Implement system suspend/resume Implement generic system suspend/resume functions that can be used with any output type. Currently this only implements disabling and enabling of the IRQ functionality across system suspend/resume. This prevents an interrupt from happening before the display driver has fully resumed. Signed-off-by: Thierry Reding <treding@nvidia.com>