Lines Matching refs:ust
43 present_wnmd_execute(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc);
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()
88 uint64_t ust = 0, crtc_msc = 0; in present_wnmd_re_execute() local
90 (void) present_wnmd_get_ust_msc(vblank->screen, vblank->window, &ust, &crtc_msc); in present_wnmd_re_execute()
91 present_wnmd_execute(vblank, ust, crtc_msc); in present_wnmd_re_execute()
178 present_wnmd_flip_notify(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc) in present_wnmd_flip_notify() argument
203 … present_vblank_notify(vblank, PresentCompleteKindPixmap, PresentCompleteModeFlip, ust, crtc_msc); in present_wnmd_flip_notify()
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()
436 present_wnmd_execute(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc) in present_wnmd_execute() argument
532 present_execute_post(vblank, ust, crtc_msc); in present_wnmd_execute()
574 uint64_t ust = 0; in present_wnmd_pixmap() local
588 ret = present_wnmd_get_ust_msc(screen, window, &ust, &crtc_msc); in present_wnmd_pixmap()
659 present_wnmd_execute(vblank, ust, crtc_msc); in present_wnmd_pixmap()