alistair23-linux/drivers/gpu/drm/i915
Eric Anholt ed4cb4142b 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 <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2008-10-18 07:10:10 +10:00
..
i915_dma.c i915: Add support for MSI and interrupt mitigation. 2008-10-18 07:10:10 +10:00
i915_drv.c i915: Use more consistent names for regs, and store them in a separate file. 2008-10-18 07:10:10 +10:00
i915_drv.h i915: Add support for MSI and interrupt mitigation. 2008-10-18 07:10:10 +10:00
i915_ioc32.c
i915_irq.c i915: Add support for MSI and interrupt mitigation. 2008-10-18 07:10:10 +10:00
i915_mem.c
i915_reg.h i915: Use more consistent names for regs, and store them in a separate file. 2008-10-18 07:10:10 +10:00
Makefile