diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-08-28 01:34:19 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-08-28 01:34:19 +0000 |
commit | 0cd2978b20801a8b5e97093670a4b17775b00e87 (patch) | |
tree | d43a03f5af245a3c9368966dfe032c0f99c5d36c /sys/dev/pci/drm/i915_irq.c | |
parent | a968397ab600fc7ce915d348b98e2c5f3b4ce176 (diff) |
Kill the ifdefed out ttm interface stuff. The intel driver has
definitively gone for GEM so this will not be needed.
No binary change.
Diffstat (limited to 'sys/dev/pci/drm/i915_irq.c')
-rw-r--r-- | sys/dev/pci/drm/i915_irq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/i915_irq.c b/sys/dev/pci/drm/i915_irq.c index 7eb3e116fa9..6c74b6ac74c 100644 --- a/sys/dev/pci/drm/i915_irq.c +++ b/sys/dev/pci/drm/i915_irq.c @@ -462,9 +462,6 @@ irqreturn_t i915_driver_irq_handler(DRM_IRQ_ARGS) if (iir & I915_USER_INTERRUPT) { DRM_WAKEUP(&dev_priv->irq_queue); -#ifdef I915_HAVE_FENCE - i915_fence_handler(dev); -#endif } if (vblank) { |