diff options
| author | Robert Noland <rnoland@2hip.net> | 2007-12-01 17:09:49 -0500 |
|---|---|---|
| committer | Robert Noland <rnoland@2hip.net> | 2007-12-01 17:23:09 -0500 |
| commit | 787d500c15c964f2a715ea0c949177c1d38dc367 (patch) | |
| tree | 24d40b34fc590eede7fd2cb96797cd0c076296be /bsd-core/radeon_drv.c | |
| parent | e6ca3f5754d649b6290ea017f815aeb18d565718 (diff) | |
bsd: Hook secondary vblank support.
Diffstat (limited to 'bsd-core/radeon_drv.c')
| -rw-r--r-- | bsd-core/radeon_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-core/radeon_drv.c b/bsd-core/radeon_drv.c index f66bc795..114b98dd 100644 --- a/bsd-core/radeon_drv.c +++ b/bsd-core/radeon_drv.c @@ -53,6 +53,7 @@ static void radeon_configure(drm_device_t *dev) dev->driver.postclose = radeon_driver_postclose; dev->driver.lastclose = radeon_driver_lastclose; dev->driver.vblank_wait = radeon_driver_vblank_wait; + dev->driver.vblank_wait2 = radeon_driver_vblank_wait2; dev->driver.irq_preinstall = radeon_driver_irq_preinstall; dev->driver.irq_postinstall = radeon_driver_irq_postinstall; dev->driver.irq_uninstall = radeon_driver_irq_uninstall; |
