Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_irq.c890 u32 drm_vblank_count_and_time(struct drm_device *dev, int crtc, in drm_vblank_count_and_time() function
912 EXPORT_SYMBOL(drm_vblank_count_and_time);
948 seq = drm_vblank_count_and_time(dev, crtc, &now); in drm_send_vblank_event()
1203 seq = drm_vblank_count_and_time(dev, crtc, &now); in drm_vblank_off()
1503 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_queue_vblank_event()
1631 vblwait->reply.sequence = drm_vblank_count_and_time(dev, crtc, &now); in drm_wait_vblank()
1654 seq = drm_vblank_count_and_time(dev, crtc, &now); in drm_handle_vblank_events()
/linux-4.1.27/include/drm/
DdrmP.h921 extern u32 drm_vblank_count_and_time(struct drm_device *dev, int crtc,