commit | bee7eb2da2fb50ccf76cb7596d20e90d28de040c | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Wed Sep 28 16:28:00 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Fri Sep 30 16:23:46 2011 -0700 |
tree | d0c442260a91a82045fc603f7a25fb8549678fec | |
parent | 97af61f57e03a39afa309d1c8a0d8fb9331e2f89 [diff] |
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>