From: Eric Anholt Date: Tue, 29 Jul 2008 19:10:39 +0000 (-0700) Subject: i915: Add support for MSI and interrupt mitigation. X-Git-Tag: v2.6.28-rc1~255^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4cb4142b242d8090d3811d5eb4abf6aa985bc8;p=pandora-kernel.git i915: Add support for MSI and interrupt mitigation. Previous attempts at interrupt mitigation had been foiled by i915_wait_irq's failure to update the sarea seqno value when the status page indicated that the seqno had already been passed. MSI support has been seen to cut CPU costs by up to 40% in some workloads by avoiding other expensive interrupt handlers for frequent graphics interrupts. Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed