git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76446ca
)
drm/i915: Fix RC6 suspend/resume
author
Andrew Lutomirski
<luto@mit.edu>
Mon, 21 Dec 2009 15:10:22 +0000
(10:10 -0500)
committer
Eric Anholt
<eric@anholt.net>
Wed, 6 Jan 2010 17:39:53 +0000
(09:39 -0800)
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>
No differences found