From: Jesse Barnes Date: Tue, 28 Jun 2011 20:00:41 +0000 (-0700) Subject: drm/i915: move IRQ function table init to i915_irq.c X-Git-Tag: v3.0-rc6~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71d4af4cd475aced6d9ec9730b03885ac80b833;p=pandora-kernel.git drm/i915: move IRQ function table init to i915_irq.c 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 Reviewed-by: Ben Widawsky Signed-off-by: Keith Packard --- Reading git-diff-tree failed