drm/i915: move IRQ function table init to i915_irq.c
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 28 Jun 2011 20:00:41 +0000 (13:00 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 30 Jun 2011 03:37:22 +0000 (20:37 -0700)
This lets us make the various IRQ functions static and helps avoid
problems like the one fixed in "drm/i915: Use chipset-specific irq
installers" where one of the exported functions was called rather than
the chipset specific version.

This also fixes a UMS-mode bug -- the correct irq functions for IRL
and later chips were only getting loaded in the KMS path.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found