commit | 8b2e326dc7c5aa6952c88656d04d0d81fd85a6f8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 24 22:59:41 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 03 11:18:15 2012 +0200 |
tree | 2de80afd961d08c9fdb809e077b7c21f2050d229 | |
parent | cd9d4e9f9fa2809dedc637406fa15016bfcb2ad0 [diff] |
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>