]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Disable outputs for power-saving
authorThierry Reding <treding@nvidia.com>
Tue, 29 Oct 2013 15:03:03 +0000 (16:03 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 19 Dec 2013 08:29:55 +0000 (09:29 +0100)
commit52ac005c3285617ddcaadc6692744ac057273a32
treebbdb18d1010430c0b01d25ad32b1ccd565d21f24
parent9ab9f804ab82bd15a6bba89c8ac5294c56a822b0
drm/tegra: Disable outputs for power-saving

When an output is disabled, its DPMS mode is usually set to off. Instead
of only disabling the panel (if one is attached), turn the output off
entirely to save more power.

HDMI doesn't have any panels attached, so it previously didn't save any
power at all. With this commit, however, the complete HDMI interface
will be turned off, therefore allowing an attached monitor to go into a
standby mode.

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