From: Chris Wilson Date: Tue, 24 Apr 2012 21:59:41 +0000 (+0100) Subject: drm/i915: Unconditionally initialise the interrupt workers X-Git-Tag: v3.5-rc1~83^2~8^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b2e326dc7c5aa6952c88656d04d0d81fd85a6f8;p=pandora-kernel.git 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 Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed