Re: [Intel-gfx] [PATCH 06/12] drm/i915: Remove gen3 irq code from gen4 irq routine

2012-04-25 Thread Jesse Barnes
On Tue, 24 Apr 2012 22:59:46 +0100 Chris Wilson wrote: > And a couple of miscellaneous cleanups to the main body of the IRQ loop; > move per-loop condition variables within the scope of the loop and move > the old DRI1 breadcrumb to the tail of the function and so only execute > it once. > > Sig

[Intel-gfx] [PATCH 06/12] drm/i915: Remove gen3 irq code from gen4 irq routine

2012-04-24 Thread Chris Wilson
And a couple of miscellaneous cleanups to the main body of the IRQ loop; move per-loop condition variables within the scope of the loop and move the old DRI1 breadcrumb to the tail of the function and so only execute it once. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c | 27