]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
drm/i915: Turn force VDD back off when panel running in intel_dp_dpms
authorKeith Packard <keithp@keithp.com>
Wed, 28 Sep 2011 23:28:00 +0000 (16:28 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 30 Sep 2011 23:23:46 +0000 (16:23 -0700)
commitbee7eb2da2fb50ccf76cb7596d20e90d28de040c
treed0c442260a91a82045fc603f7a25fb8549678fec
parent97af61f57e03a39afa309d1c8a0d8fb9331e2f89
drm/i915: Turn force VDD back off when panel running in intel_dp_dpms

The VDD force bit is turned on before touching the panel, but if it
was enabled, there was no call to turn it back off. Add a call.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c