From: Daniel Vetter Date: Fri, 30 Mar 2012 18:24:34 +0000 (+0200) Subject: drm/i915: use render gen to switch ring irq functions X-Git-Tag: v3.5-rc1~83^2~140^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=901781b997570e55af950348d7cd5cef64fb6d7c;p=pandora-kernel.git drm/i915: use render gen to switch ring irq functions Top-level interrupt bits are usually found in the display block. It therefore makes sense to use HAS_PCH_SPLIT in i915_irq.c But the irq stuff in intel_ring.c only concerns itself with render core/gt-level interrupt sources. It therefore makes more sense to switch based on gpu gen. Kills a vlv special case. Reviewed-by: Jesse Barnes Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed