Re: [Intel-gfx] [PATCH] drm/i915: Disable GT powersaving upon suspend

2016-07-21 Thread Chris Wilson
On Thu, Jul 21, 2016 at 04:30:08PM +0100, Chris Wilson wrote: > In the refactoring to stop the rpm refleak, the call to > intel_disable_gt_powersave() was mistakenly dropped from > i915_drm_suspend(). It is still required in order to set the rps.enabled > flag back to false so that it will re-enabl

[Intel-gfx] [PATCH] drm/i915: Disable GT powersaving upon suspend

2016-07-21 Thread Chris Wilson
In the refactoring to stop the rpm refleak, the call to intel_disable_gt_powersave() was mistakenly dropped from i915_drm_suspend(). It is still required in order to set the rps.enabled flag back to false so that it will re-enabled upon resume. Fixes: b7137e0cf1e5 ("drm/i915: Defer enabling rc6 ti