[gem] Remove the interrupt handler for retiring requests.
authorEric Anholt <eric@anholt.net>
Fri, 13 Jun 2008 16:53:36 +0000 (09:53 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 13 Jun 2008 16:54:14 +0000 (09:54 -0700)
commit0558d99c01c38e24e97b57ef55f66bb94a92e157
treec4529948d4f082a62242e7519791d461c8e712b6
parentc892e26bdfcacfe7213085a08dd82e2cb7faa003
[gem] Remove the interrupt handler for retiring requests.

This was insufficient once we started masking interrupts to only when someone
was waiting for them (and would thus retire requests themselves).  It was
replaced by the retire_timer.
shared-core/i915_dma.c
shared-core/i915_drv.h
shared-core/i915_irq.c