]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_set
authorKeith Packard <keithp@keithp.com>
Wed, 27 Jul 2011 08:21:40 +0000 (01:21 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 28 Jul 2011 23:27:39 +0000 (16:27 -0700)
commit61c270860d2a38ab077fc85ea9047d89cce5b96b
treebedbd38ac1e7da9c6c5bf1a37afebb0bf7e327d1
parent5b302ba8b887125222c642541ab1dc6fa2627dc5
drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_set

This corrects the DPMS mode tracking so that the DPMS code will
actually turn the CRTC off the next time the screen saves.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/intel_display.c