aboutsummaryrefslogtreecommitdiff
path: root/bsd-core/i915_drv.c
diff options
context:
space:
mode:
authorRobert Noland <rnoland@2hip.net>2007-12-01 17:09:49 -0500
committerRobert Noland <rnoland@2hip.net>2007-12-01 17:23:09 -0500
commit787d500c15c964f2a715ea0c949177c1d38dc367 (patch)
tree24d40b34fc590eede7fd2cb96797cd0c076296be /bsd-core/i915_drv.c
parente6ca3f5754d649b6290ea017f815aeb18d565718 (diff)
bsd: Hook secondary vblank support.
Diffstat (limited to 'bsd-core/i915_drv.c')
-rw-r--r--bsd-core/i915_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-core/i915_drv.c b/bsd-core/i915_drv.c
index 89a1eb70..5150cf9f 100644
--- a/bsd-core/i915_drv.c
+++ b/bsd-core/i915_drv.c
@@ -48,6 +48,7 @@ static void i915_configure(drm_device_t *dev)
dev->driver.lastclose = i915_driver_lastclose;
dev->driver.device_is_agp = i915_driver_device_is_agp;
dev->driver.vblank_wait = i915_driver_vblank_wait;
+ dev->driver.vblank_wait2 = i915_driver_vblank_wait2;
dev->driver.irq_preinstall = i915_driver_irq_preinstall;
dev->driver.irq_postinstall = i915_driver_irq_postinstall;
dev->driver.irq_uninstall = i915_driver_irq_uninstall;