Lines Matching refs:msc
50 uint64_t msc) in present_wnmd_queue_vblank() argument
53 return (*screen_priv->wnmd_info->queue_vblank) (window, crtc, event_id, msc); in present_wnmd_queue_vblank()
75 present_wnmd_get_ust_msc(ScreenPtr screen, WindowPtr window, uint64_t *ust, uint64_t *msc) in present_wnmd_get_ust_msc() argument
78 return (*screen_priv->wnmd_info->get_ust_msc)(window, ust, msc); in present_wnmd_get_ust_msc()
212 present_wnmd_event_notify(WindowPtr window, uint64_t event_id, uint64_t ust, uint64_t msc) in present_wnmd_event_notify() argument
228 DebugPresent(("\te %" PRIu64 " ust %" PRIu64 " msc %" PRIu64 "\n", event_id, ust, msc)); in present_wnmd_event_notify()
231 present_wnmd_execute(vblank, ust, msc); in present_wnmd_event_notify()
238 present_wnmd_execute(vblank, ust, msc); in present_wnmd_event_notify()
241 present_wnmd_flip_notify(vblank, ust, msc); in present_wnmd_event_notify()
253 present_execute_post(vblank, ust, msc); in present_wnmd_event_notify()
548 window_priv->msc_offset += new_msc - window_priv->msc; in present_wnmd_window_to_crtc_msc()
595 window_priv->msc = crtc_msc; in present_wnmd_pixmap()
664 …d_abort_vblank(ScreenPtr screen, WindowPtr window, RRCrtcPtr crtc, uint64_t event_id, uint64_t msc) in present_wnmd_abort_vblank() argument
670 (*screen_priv->wnmd_info->abort_vblank) (window, crtc, event_id, msc); in present_wnmd_abort_vblank()