From: Thierry Reding Date: Tue, 29 Oct 2013 15:03:03 +0000 (+0100) Subject: drm/tegra: Disable outputs for power-saving X-Git-Tag: v3.14-rc1~47^2~45^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5190022f77a41465c2202f621a5fa07c9aabb7b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed