Searched hist:"0 cdab21f9a1fca50dd27e488839f5a6578e333b2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_suspend.c | diff 5909a77ac62cc042f94bd262016cf468a2f96022 Mon Dec 20 03:45:15 CST 2010 Chris Wilson <chris@chris-wilson.co.uk> 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> diff 0cdab21f9a1fca50dd27e488839f5a6578e333b2 Sun Dec 05 11:27:06 CST 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Uncouple render/power ctx before suspending
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|