summaryrefslogtreecommitdiff
path: root/shared/i915_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/i915_drv.h')
-rw-r--r--shared/i915_drv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/i915_drv.h b/shared/i915_drv.h
index 40530eb0..4773d056 100644
--- a/shared/i915_drv.h
+++ b/shared/i915_drv.h
@@ -76,6 +76,10 @@ extern int i915_irq_wait( DRM_IOCTL_ARGS );
extern int i915_wait_irq(drm_device_t *dev, int irq_nr);
extern int i915_emit_irq(drm_device_t *dev);
+extern irqreturn_t i915_driver_irq_handler( DRM_IRQ_ARGS );
+extern void i915_driver_irq_preinstall( drm_device_t *dev );
+extern void i915_driver_irq_postinstall( drm_device_t *dev );
+extern void i915_driver_irq_uninstall( drm_device_t *dev );
/* i915_mem.c */
extern int i915_mem_alloc( DRM_IOCTL_ARGS );