commit | de842eff41017721312d2747bcbee89c1beda6d0 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Sat Aug 06 10:30:45 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Mon Aug 08 13:37:11 2011 -0700 |
tree | b0af01d647af8048e5c46579dd5808c3a8579f20 | |
parent | 322a8b034003c0d46d39af85bf24fee27b902f48 [diff] |
drm/i915: Wait for LVDS panel power sequence During mode setting, check to make sure the panel power sequencing has completed before doing further operations on the device. This uncovered errors with DPMS not turning the device off as it was left locked. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>