Re: [Intel-gfx] [PATCH 12/14] drm/i915: don't account for shared interrupts on VLV

2012-06-20 Thread Daniel Vetter
On Fri, Jun 15, 2012 at 11:55:24AM -0700, Jesse Barnes wrote: > Only count interrupts we find came from the GPU. > > Signed-off-by: Jesse Barnes We have this on every generation's irq handler this way. I guess we should either fix this everywhere or not bother with it. Dropped for now. -Daniel

[Intel-gfx] [PATCH 12/14] drm/i915: don't account for shared interrupts on VLV

2012-06-15 Thread Jesse Barnes
Only count interrupts we find came from the GPU. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_irq.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index 453ea7c..36732f7 100644 --- a/driver