]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Ensure panel is on during DPMS off
authorKeith Packard <keithp@keithp.com>
Thu, 6 Oct 2011 02:53:09 +0000 (19:53 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 6 Oct 2011 02:54:29 +0000 (19:54 -0700)
commit245e2708773796aaa13e97523e035676b008b337
tree5148a6082bdd8c0ad1c4a7f3b4bbf89233c2d25b
parentbee7eb2da2fb50ccf76cb7596d20e90d28de040c
drm/i915: Ensure panel is on during DPMS off

If the panel is already off, we'll need to turn VDD on to execute the
(useless) DPMS off code. Yes, it would be better to just not do any of
this, but correctness, and *then* performance.

Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_dp.c