diff options
author | Dave Airlie <airlied@linux.ie> | 2008-08-01 07:43:58 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-08-01 07:43:58 +1000 |
commit | 4585787bd1a1d782b9e7c06095f98d09165b8c23 (patch) | |
tree | 4fec95c72e44fa25faaed6aa09fbc3025d2542a4 /shared-core/i915_drv.h | |
parent | 10d5b037b85706037df89bf0275436797e4eb559 (diff) |
Revert "i915: Move all of the irq install/uninstall to load time."
This reverts commit 965a72202b439068e62ac341990f51953457b202.
Please re-do over properly
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r-- | shared-core/i915_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index a77fcf04..421572cd 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -307,7 +307,6 @@ extern irqreturn_t i915_driver_irq_handler(DRM_IRQ_ARGS); extern void i915_driver_irq_preinstall(struct drm_device * dev); extern int i915_driver_irq_postinstall(struct drm_device * dev); extern void i915_driver_irq_uninstall(struct drm_device * dev); -extern void i915_enable_interrupt(struct drm_device *dev); extern int i915_vblank_pipe_set(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int i915_vblank_pipe_get(struct drm_device *dev, void *data, |