commit | fccdaba4317604602e5802c3afc4021f2fb8132e | [log] [tgz] |
---|---|---|
author | Zhao Yakui <yakui.zhao@intel.com> | Wed Jul 08 14:13:14 2009 +0800 |
committer | Eric Anholt <eric@anholt.net> | Fri Jul 10 12:40:36 2009 -0700 |
tree | 4655d44fbffb9cbdf88c90b12a15403c1ddc11c0 | |
parent | af4fcb574efa90373b02ae0bb8b54d710c32eeb4 [diff] |
drm/i915: Avoid saving/restore the modesetting registers twice in KMS mode In KMS mode we now use the normal mode-setting paths to set the modes back to the current configuration, so we don't need to also run the more limited non-KMS implementation of modesetting for resume. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>