]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: output: Implement system suspend/resume
authorThierry Reding <treding@nvidia.com>
Tue, 3 Dec 2019 16:29:57 +0000 (17:29 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Jan 2020 15:46:29 +0000 (16:46 +0100)
commit726a2103f892d6c7ecf353c3644fde4cd47b5c62
tree810b78bb104c04600144e943402e474b0e4a3765
parent428b61801f68d262f56a89111d7f0c8f5c90fa1c
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>
drivers/gpu/drm/tegra/output.c
drivers/gpu/drm/tegra/sor.c