Re: [Intel-gfx] [PATCH 03/10] drm/i915/chv: Use timeout mode for RC6 on chv

2014-11-04 Thread O'Rourke, Tom
On Tue, Nov 04, 2014 at 04:51:41AM -0800, Rodrigo Vivi wrote: > From: Deepak S > > Higher RC6 residency is observed using timeout mode > instead of EI mode. It's Recommended to use TO Method for RC6. > [TOR:] My comments on the previous version of this patch are at http://lists.freedesktop.org/a

[Intel-gfx] [PATCH 03/10] drm/i915/chv: Use timeout mode for RC6 on chv

2014-11-04 Thread Rodrigo Vivi
From: Deepak S Higher RC6 residency is observed using timeout mode instead of EI mode. It's Recommended to use TO Method for RC6. Signed-off-by: Deepak S Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri