summaryrefslogtreecommitdiff
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-06-23 17:52:41 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-06-23 17:52:41 +0000
commita2d33c49007c08f42f87f00ee125cf7dc323fd88 (patch)
treec95cccf700df77bf1dd5b6b1b794fb3a833453f4 /sys/dev/drm
parent3a5185e13a3e868affa6b59abf0d48d534575492 (diff)
Notes
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/drm_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_irq.c b/sys/dev/drm/drm_irq.c
index 8bc31925c344..90e991362672 100644
--- a/sys/dev/drm/drm_irq.c
+++ b/sys/dev/drm/drm_irq.c
@@ -472,7 +472,7 @@ int drm_wait_vblank(struct drm_device *dev, void *data, struct drm_file *file_pr
!dev->irq_enabled))
ret = mtx_sleep(&dev->vblank[crtc].queue,
&dev->irq_lock, PCATCH, "vblwtq",
- 3 * DRM_HZ);
+ DRM_HZ);
mtx_unlock(&dev->irq_lock);
}