drm/i915: Use chipset-specific irq installers
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 28 Jun 2011 10:48:51 +0000 (11:48 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 28 Jun 2011 17:20:06 +0000 (10:20 -0700)
Konstantin Belousov pointed out that 4697995b98417 replaced the generic
i915_driver_irq_*install() functions with chipset specific routines
accessible only through driver->irq_*install(). So update the sanity
check in i915_request_wait() to match.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found