[Intel-gfx] [PATCH 11/15] drm/i915: vlv: disable RPM if RC6 is not enabled

2014-04-08 Thread Imre Deak
On VLV we depend on RC6 saving the GT render and media HW context before going to D3 state, so disable RPM if RC6 is not enabled. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_drv.h | 2 ++ drivers/gpu/drm/i915/intel_pm.c | 29 - 2 files changed, 30 insert

Re: [Intel-gfx] [PATCH 11/15] drm/i915: vlv: disable RPM if RC6 is not enabled

2014-04-09 Thread Paulo Zanoni
2014-04-08 13:57 GMT-03:00 Imre Deak : > On VLV we depend on RC6 saving the GT render and media HW context before > going to D3 state, so disable RPM if RC6 is not enabled. Maybe this problem affects other platforms too, and we just didn't notice because RC6 is always enabled on them. Did we test

Re: [Intel-gfx] [PATCH 11/15] drm/i915: vlv: disable RPM if RC6 is not enabled

2014-04-09 Thread Imre Deak
On Wed, 2014-04-09 at 11:36 -0300, Paulo Zanoni wrote: > 2014-04-08 13:57 GMT-03:00 Imre Deak : > > On VLV we depend on RC6 saving the GT render and media HW context before > > going to D3 state, so disable RPM if RC6 is not enabled. > > Maybe this problem affects other platforms too, and we just

Re: [Intel-gfx] [PATCH 11/15] drm/i915: vlv: disable RPM if RC6 is not enabled

2014-04-09 Thread Daniel Vetter
On Wed, Apr 09, 2014 at 05:59:30PM +0300, Imre Deak wrote: > On Wed, 2014-04-09 at 11:36 -0300, Paulo Zanoni wrote: > > 2014-04-08 13:57 GMT-03:00 Imre Deak : > > > On VLV we depend on RC6 saving the GT render and media HW context before > > > going to D3 state, so disable RPM if RC6 is not enabled