[Intel-gfx] [PATCH 1/2] drm/i915/vlv: correct promotion timer value for RC6 Timeout method.

2013-11-27 Thread deepak . s
From: Deepak S For RC6 Timeout method, we need to set promotion timer to 1750 us ( 1367 * 1.28 us) Signed-off-by: Deepak S --- drivers/gpu/drm/i915/intel_pm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c

Re: [Intel-gfx] [PATCH 1/2] drm/i915/vlv: correct promotion timer value for RC6 Timeout method.

2013-11-27 Thread Jesse Barnes
On Wed, 27 Nov 2013 21:14:03 +0530 deepa...@intel.com wrote: > From: Deepak S > > For RC6 Timeout method, we need to set promotion timer to 1750 us ( 1367 > * 1.28 us) > > Signed-off-by: Deepak S > --- > drivers/gpu/drm/i915/intel_pm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [Intel-gfx] [PATCH 1/2] drm/i915/vlv: correct promotion timer value for RC6 Timeout method.

2013-11-27 Thread S, Deepak
Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/vlv: correct promotion timer value for RC6 Timeout method. On Wed, 27 Nov 2013 21:14:03 +0530 deepa...@intel.com wrote: > From: Deepak S > > For RC6 Timeout method, we need to set promotion timer to 1750 us ( > 1367 > * 1.28 us) >

Re: [Intel-gfx] [PATCH 1/2] drm/i915/vlv: correct promotion timer value for RC6 Timeout method.

2013-11-27 Thread Daniel Vetter
t; Thanks > Deepak > > -Original Message- > From: Jesse Barnes [mailto:jbar...@virtuousgeek.org] > Sent: Wednesday, November 27, 2013 10:50 PM > To: S, Deepak > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/vlv: correct promotion time

Re: [Intel-gfx] [PATCH 1/2] drm/i915/vlv: correct promotion timer value for RC6 Timeout method.

2013-11-28 Thread S, Deepak
1/2] drm/i915/vlv: correct promotion timer value for RC6 Timeout method. On Thu, Nov 28, 2013 at 03:35:45AM +, S, Deepak wrote: > Hi Jesse, > > Your patches looks fine to me. I think lets go with your patches and we can > abandon mine. Does that count as a full Reviewed-by?