Re: [Intel-gfx] [RFC 1/5] drm/i915: Clean up gen8 irq handler

2015-07-09 Thread Chris Wilson
On Thu, Jul 09, 2015 at 11:57:40AM +0100, Nick Hoath wrote: > Moved common code handling command streamer interrupts into a function. > Renamed tmp variable to the more descriptive iir. Does the compiler eliminate those shifts you added? -Chris -- Chris Wilson, Intel Open Source Technology Centr

[Intel-gfx] [RFC 1/5] drm/i915: Clean up gen8 irq handler

2015-07-09 Thread Nick Hoath
Moved common code handling command streamer interrupts into a function. Renamed tmp variable to the more descriptive iir. Signed-off-by: Thomas Daniel Signed-off-by: Nick Hoath --- drivers/gpu/drm/i915/i915_irq.c | 68 + 1 file changed, 35 insertions(+),