summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-06-13 09:53:36 -0700
committerEric Anholt <eric@anholt.net>2008-06-13 09:54:14 -0700
commit0558d99c01c38e24e97b57ef55f66bb94a92e157 (patch)
treec4529948d4f082a62242e7519791d461c8e712b6 /shared-core/i915_drv.h
parentc892e26bdfcacfe7213085a08dd82e2cb7faa003 (diff)
[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.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 9c9925b5..5af9a964 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -300,8 +300,6 @@ typedef struct drm_i915_private {
*/
int suspended;
} mm;
-
- struct work_struct user_interrupt_task;
} drm_i915_private_t;
enum intel_chip_family {
@@ -421,7 +419,6 @@ extern int i915_vblank_swap(struct drm_device *dev, void *data,
struct drm_file *file_priv);
extern void i915_user_irq_on(drm_i915_private_t *dev_priv);
extern void i915_user_irq_off(drm_i915_private_t *dev_priv);
-extern void i915_user_interrupt_handler(struct work_struct *work);
/* i915_mem.c */
extern int i915_mem_alloc(struct drm_device *dev, void *data,