Re: [Intel-gfx] [PATCH] drm/i915/vlv: honor i915_enable_rc6 boot param on VLV

2013-09-20 Thread Daniel Vetter
On Thu, Sep 19, 2013 at 09:33:13AM -0700, Jesse Barnes wrote: > Disabling it isn't really an option on these platforms, but having it > available for power comparisons is useful. > > Signed-off-by: Jesse Barnes Queued for -next, thanks for the patch. -Daniel -- Daniel Vetter Software Engineer,

[Intel-gfx] [PATCH] drm/i915/vlv: honor i915_enable_rc6 boot param on VLV

2013-09-19 Thread Jesse Barnes
Disabling it isn't really an option on these platforms, but having it available for power comparisons is useful. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_pm.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers