Re: [Intel-gfx] [PATCH 09/10] drm/i915: Implement WaRsDisableRC6Plus

2013-06-11 Thread Paulo Zanoni
2013/6/7 Damien Lespiau : > Let's disable RC6+ by default. We still leave the possibility to > override this with the module parameter. > > I've also shuffled the code around so we always log if we have RC6 > enabled or disabled. Why disable RC6+ on IVB? My docs tells me it should only be disabled

[Intel-gfx] [PATCH 09/10] drm/i915: Implement WaRsDisableRC6Plus

2013-06-07 Thread Damien Lespiau
Let's disable RC6+ by default. We still leave the possibility to override this with the module parameter. I've also shuffled the code around so we always log if we have RC6 enabled or disabled. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_pm.c | 25 + 1 f