Re: [Intel-gfx] [PATCH 13/14] drm/i915: fix initial IRQ masking on VLV

2012-06-20 Thread Daniel Vetter
On Fri, Jun 15, 2012 at 11:55:25AM -0700, Jesse Barnes wrote: > We can leave vblank interrupts masked but enabled so we're not dependent > on the first client to toggle the disable timer. We can also mask all > render based interrupts, since the ring code will handle unmasking them > for us. > >

[Intel-gfx] [PATCH 13/14] drm/i915: fix initial IRQ masking on VLV

2012-06-15 Thread Jesse Barnes
We can leave vblank interrupts masked but enabled so we're not dependent on the first client to toggle the disable timer. We can also mask all render based interrupts, since the ring code will handle unmasking them for us. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_irq.c | 12 +