commit | 1d3c36ad4122651018599d4e3c9be0cccfbfb939 | [log] [tgz] |
---|---|---|
author | Andrew Lutomirski <luto@mit.edu> | Mon Dec 21 10:10:22 2009 -0500 |
committer | Eric Anholt <eric@anholt.net> | Wed Jan 06 09:39:53 2010 -0800 |
tree | c7505143a7b2a1459d8a87c680461692927aec0f | |
parent | 76446cac68568fc7f5168a27deaf803ed22a4360 [diff] |
drm/i915: Fix RC6 suspend/resume We restored RC6 twice on resume, even with modesetting off. Instead, only restore it once and skip RC6 initialization entirely in non-KMS mode. Signed-off-by: Andy Lutomirski <luto@mit.edu> Tested-by: Jeff Chua <jeff.chua.linux@gmail.com> Signed-off-by: Eric Anholt <eric@anholt.net>