Re: [Intel-gfx] [PATCH 13/14] drm/i915: extract rps interrupt enable/disable helpers

2013-07-10 Thread Daniel Vetter
On Wed, Jul 10, 2013 at 06:12:13PM -0300, Paulo Zanoni wrote: > 2013/7/4 Daniel Vetter : > > This just unifies the vlv code with the snb-hsw code which matched > > exactly before the VECS enabling. > > So now the VLV code is behaving differently. Is that intentional? You > could write about the im

Re: [Intel-gfx] [PATCH 13/14] drm/i915: extract rps interrupt enable/disable helpers

2013-07-10 Thread Paulo Zanoni
2013/7/4 Daniel Vetter : > This just unifies the vlv code with the snb-hsw code which matched > exactly before the VECS enabling. So now the VLV code is behaving differently. Is that intentional? You could write about the implications here. > > Signed-off-by: Daniel Vetter > --- > drivers/gpu/

[Intel-gfx] [PATCH 13/14] drm/i915: extract rps interrupt enable/disable helpers

2013-07-04 Thread Daniel Vetter
This just unifies the vlv code with the snb-hsw code which matched exactly before the VECS enabling. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_pm.c | 59 - 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/drivers/gpu/drm/i9