Searched hist:"8 b2e326dc7c5aa6952c88656d04d0d81fd85a6f8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 8b2e326dc7c5aa6952c88656d04d0d81fd85a6f8 Tue Apr 24 16:59:41 CDT 2012 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Unconditionally initialise the interrupt workers
Rather than duplicate similar code across the IRQ installers, perform the initialisation of the workers upfront. This will lead to simpler teardown and quiescent code as we can assume that the workers have been initialised.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|