commit | ed10fca9c351c83ab89a97f3515089e0d36bdccc | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Sat Aug 06 10:33:12 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Mon Aug 08 13:37:11 2011 -0700 |
tree | a9dfeda8301a1a7b10d502e5dece6f2f47d01c95 | |
parent | de842eff41017721312d2747bcbee89c1beda6d0 [diff] |
drm/i915: Leave LVDS registers unlocked There's no reason to relock them; it just makes operations more complex. This fixes DPMS where the panel registers were locked making the disable not work. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>