From: Ben Widawsky Date: Fri, 30 Mar 2012 02:11:27 +0000 (-0700) Subject: drm/i915: open code gen6+ ring irqs X-Git-Tag: v3.5-rc1~83^2~140^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c063004a6d0048c4dece74db4da117b9ae623e;p=pandora-kernel.git drm/i915: open code gen6+ ring irqs We can now open-code the get/put irq functions as they were just abstracting single register definitions. It would be nice to merge this in with the IRQ handling code... but that is too much work for me at present. In addition I could probably collapse this in to a lot of the Ironlake stuff, but I don't think it's worth the potential regressions. This patch itself should not effect functionality. CC: Jesse Barnes Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed