Searched refs:drm_vblank_count_and_time (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_irq.c | 990 u32 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe, in drm_vblank_count_and_time() function 1014 EXPORT_SYMBOL(drm_vblank_count_and_time); 1032 return drm_vblank_count_and_time(crtc->dev, drm_crtc_index(crtc), in drm_crtc_vblank_count_and_time() 1123 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_send_vblank_event() 1394 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_vblank_off() 1692 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_queue_vblank_event() 1820 vblwait->reply.sequence = drm_vblank_count_and_time(dev, pipe, &now); in drm_wait_vblank() 1843 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_handle_vblank_events()
|
/linux-4.4.14/include/drm/ |
D | drmP.h | 948 extern u32 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe,
|