]> git.karo-electronics.de Git - mv-sheeva.git/commit
drm/i915: Undo "Uncouple render/power ctx before suspending"
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 20 Dec 2010 09:45:15 +0000 (09:45 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 20 Dec 2010 09:45:15 +0000 (09:45 +0000)
commit5909a77ac62cc042f94bd262016cf468a2f96022
tree4f3bd217da99b0fc0351768c6748ac480a14362b
parent72bfa19c8deb4d1db5ad068c34fd580cb295cbe8
drm/i915: Undo "Uncouple render/power ctx before suspending"

Manaul revert of 0cdab21f9a1fca50dd27e488839f5a6578e333b2, just to
remove the call to disable the clock gatings and powerctx before
suspend.

Peter Clifton bisected a suspend failure on his gme45 and found this to
be the culprit. As this was intended to be a fix for a similar suspend
failure for Ironlake (it didn't work), undoing this patch should have no
other side-effects.

Reported-and-tested-by: Peter Clifton <pcjc2@cam.ac.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_suspend.c