Searched refs:drm_get_last_vbltimestamp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/dev/drm2/ |
| HD | drm_irq.c | 129 vblrc = drm_get_last_vbltimestamp(dev, crtc, &tvblank, 0); in vblank_disable_and_save() 726 u32 drm_get_last_vbltimestamp(struct drm_device *dev, int crtc, in drm_get_last_vbltimestamp() function 749 EXPORT_SYMBOL(drm_get_last_vbltimestamp); 876 rc = drm_get_last_vbltimestamp(dev, crtc, &t_vblank, 0); in drm_update_vblank_count() 1368 drm_get_last_vbltimestamp(dev, crtc, &tvblank, DRM_CALLED_FROM_VBLIRQ); in drm_handle_vblank()
|
| HD | drmP.h | 1332 extern u32 drm_get_last_vbltimestamp(struct drm_device *dev, int crtc,
|