Re: [Intel-gfx] [PATCH 2/6] drm/i915: HSW PM Frequency bits fix

2013-03-24 Thread Ben Widawsky
On Tue, Feb 26, 2013 at 05:57:20PM -0300, Paulo Zanoni wrote: > Hi > > 2013/2/25 Rodrigo Vivi : > > According to HSW PM programming guide, frequency bits starts at > > 24 instead of 25 > > This looks incomplete. Please check all the cases where RPNSWREQ is > used, I think we need to fix them too.

Re: [Intel-gfx] [PATCH 2/6] drm/i915: HSW PM Frequency bits fix

2013-02-26 Thread Paulo Zanoni
Hi 2013/2/25 Rodrigo Vivi : > According to HSW PM programming guide, frequency bits starts at > 24 instead of 25 This looks incomplete. Please check all the cases where RPNSWREQ is used, I think we need to fix them too. Also, according to the PM programming guide, all the other RPNSWREQ bits are

[Intel-gfx] [PATCH 2/6] drm/i915: HSW PM Frequency bits fix

2013-02-25 Thread Rodrigo Vivi
According to HSW PM programming guide, frequency bits starts at 24 instead of 25 Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_pm.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drive