Searched refs:drm_get_last_vbltimestamp (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_vblank.c | 157 drm_get_last_vbltimestamp(struct drm_device *dev, unsigned int pipe, 246 rc = drm_get_last_vbltimestamp(dev, pipe, &t_vblank, false); in drm_reset_vblank_timestamp() 303 rc = drm_get_last_vbltimestamp(dev, pipe, &t_vblank, in_vblank_irq); in drm_update_vblank_count() 868 drm_get_last_vbltimestamp(struct drm_device *dev, unsigned int pipe, in drm_get_last_vbltimestamp() function 1497 drm_get_last_vbltimestamp(dev, pipe, &t_vblank, false); in drm_vblank_restore()
|