Searched refs:drm_vblank_count_and_time (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_vblank.c | 381 * through drm_vblank_count_and_time(), which already has the required in drm_vblank_count() 916 * drm_vblank_count_and_time - retrieve "cooked" vblank counter value and the 929 static u64 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe, in drm_vblank_count_and_time() function 972 return drm_vblank_count_and_time(crtc->dev, drm_crtc_index(crtc), in drm_crtc_vblank_count_and_time() 1078 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_crtc_send_vblank_event() 1324 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_crtc_vblank_off() 1654 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_queue_vblank_event() 1722 reply->sequence = drm_vblank_count_and_time(dev, pipe, &now); in drm_wait_vblank_reply() 1880 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_handle_vblank_events() 2041 get_seq->sequence = drm_vblank_count_and_time(de in drm_crtc_get_sequence_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_vblank.c | 384 * through drm_vblank_count_and_time(), which already has the required in drm_vblank_count() 927 * drm_vblank_count_and_time - retrieve "cooked" vblank counter value and the 940 static u64 drm_vblank_count_and_time(struct drm_device *dev, unsigned int pipe, in drm_vblank_count_and_time() function 983 return drm_vblank_count_and_time(crtc->dev, drm_crtc_index(crtc), in drm_crtc_vblank_count_and_time() 1132 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_crtc_send_vblank_event() 1381 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_crtc_vblank_off() 1707 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_queue_vblank_event() 1775 reply->sequence = drm_vblank_count_and_time(dev, pipe, &now); in drm_wait_vblank_reply() 1942 seq = drm_vblank_count_and_time(dev, pipe, &now); in drm_handle_vblank_events() 2103 get_seq->sequence = drm_vblank_count_and_time(de in drm_crtc_get_sequence_ioctl() [all...] |
Completed in 6 milliseconds