drm/i915: split irq handling into per-chipset functions
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 7 Apr 2011 20:53:55 +0000 (13:53 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 May 2011 00:02:44 +0000 (17:02 -0700)
commit4697995b98417c6da9ab2708a36f5e2bc926c8ac
tree4cf90662b8ebcec9ac999c140816d130adfae097
parent674cf967614f31826f45d30c8f8f8e050cc3eef2
drm/i915: split irq handling into per-chipset functions

Set the IRQ handling functions in driver load so they'll just be used
directly, rather than branching over most of the code in the chipset
functions.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c