[PATCH 2/5] drm/i915: Leave LVDS registers unlocked

2011-08-06 Thread Keith Packard
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 --- drivers/gpu/drm/i915/intel_lvds.c | 53 ++-- 1 files changed, 15

[PATCH 2/5] drm/i915: Leave LVDS registers unlocked

2011-08-06 Thread Keith Packard
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 --- drivers/gpu/drm/i915/intel_lvds.c | 51 +++- 1 files changed, 16