mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Given that vblanks generally occur 60 times a second, waiting 3 seconds
seems rather excessive. MFC after: 3 days
This commit is contained in:
parent
3a5185e13a
commit
a2d33c4900
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue