drm/i915: Remove redundant initialisation of per-ring IRQ waitqueues
commitfa883c62af00c577418a06ffb938d98bd6aba1bc
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 24 Apr 2012 21:59:42 +0000 (24 22:59 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 3 May 2012 09:18:15 +0000 (3 11:18 +0200)
treece0e4abb49b234e3bf163d793220501a9c2373a1
parent8b2e326dc7c5aa6952c88656d04d0d81fd85a6f8
drm/i915: Remove redundant initialisation of per-ring IRQ waitqueues

The waitqueues are already initialised during ring initialisation so
kill the redundant and duplicated code to do so in each generations IRQ
installer.

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>
drivers/gpu/drm/i915/i915_irq.c