Re: [Intel-gfx] [PATCH] drm/i915: i8xx interrupt handler

2012-04-23 Thread Daniel Vetter
On Sun, Apr 22, 2012 at 09:13:57PM +0100, Chris Wilson wrote: > gen2 hardware has some significant differences from the other interrupt > routines that were glossed over and then forgotten about in the > transition to KMS. Such as > > - 16bit IIR > - PendingFlip status bit > > This patch reintrod

[Intel-gfx] [PATCH] drm/i915: i8xx interrupt handler

2012-04-22 Thread Chris Wilson
gen2 hardware has some significant differences from the other interrupt routines that were glossed over and then forgotten about in the transition to KMS. Such as - 16bit IIR - PendingFlip status bit This patch reintroduces a handler specifically for gen2 for the purpose of handling pageflips cor