Searched refs:drm_vblank_count_and_time (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_irq.c100 * The read-side barriers for this are in drm_vblank_count_and_time. store_vblank()
977 * drm_vblank_count_and_time - retrieve "cooked" vblank counter value and the
990 u32 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe, drm_vblank_count_and_time() function
1014 EXPORT_SYMBOL(drm_vblank_count_and_time); variable
1027 * This is the native KMS version of drm_vblank_count_and_time().
1032 return drm_vblank_count_and_time(crtc->dev, drm_crtc_index(crtc), drm_crtc_vblank_count_and_time()
1123 seq = drm_vblank_count_and_time(dev, pipe, &now); drm_send_vblank_event()
1394 seq = drm_vblank_count_and_time(dev, pipe, &now); drm_vblank_off()
1692 seq = drm_vblank_count_and_time(dev, pipe, &now); drm_queue_vblank_event()
1820 vblwait->reply.sequence = drm_vblank_count_and_time(dev, pipe, &now); drm_wait_vblank()
1843 seq = drm_vblank_count_and_time(dev, pipe, &now); drm_handle_vblank_events()
/linux-4.4.14/include/drm/
H A DdrmP.h948 extern u32 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe,

Completed in 67 milliseconds