summaryrefslogtreecommitdiff
path: root/bsd-core
diff options
context:
space:
mode:
authorRobert Noland <rnoland@2hip.net>2009-02-25 14:19:01 -0600
committerRobert Noland <rnoland@2hip.net>2009-02-25 14:20:52 -0600
commit948af0bd9b9eade489599d7ec160d42706331779 (patch)
tree36af5c0f616f32ea251015f25f49ce3ae138a9e0 /bsd-core
parentefa485b2cf2f1f46760a3d9297ba1a73a2dbcd05 (diff)
i915: Backport jbarnes gm45 vblank counter patch.
Diffstat (limited to 'bsd-core')
-rw-r--r--bsd-core/i915_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-core/i915_drv.c b/bsd-core/i915_drv.c
index 70088ee3..a323ac3c 100644
--- a/bsd-core/i915_drv.c
+++ b/bsd-core/i915_drv.c
@@ -78,7 +78,6 @@ static void i915_configure(struct drm_device *dev)
dev->driver->preclose = i915_driver_preclose;
dev->driver->lastclose = i915_driver_lastclose;
dev->driver->device_is_agp = i915_driver_device_is_agp;
- dev->driver->get_vblank_counter = i915_get_vblank_counter;
dev->driver->enable_vblank = i915_enable_vblank;
dev->driver->disable_vblank = i915_disable_vblank;
dev->driver->irq_preinstall = i915_driver_irq_preinstall;