Lines Matching refs:msc
41 /* Return the current ust/msc for 'crtc'
43 typedef int (*present_get_ust_msc_ptr) (RRCrtcPtr crtc, uint64_t *ust, uint64_t *msc);
44 typedef int (*present_wnmd_get_ust_msc_ptr) (WindowPtr window, uint64_t *ust, uint64_t *msc);
46 /* Queue callback on 'crtc' for time 'msc'. Call present_event_notify with 'event_id'
47 * at or after 'msc'. Return false if it didn't happen (which might occur if 'crtc'
52 uint64_t msc);
56 uint64_t msc);
59 * 'event_id' which was to be notified at 'msc'. If possible, the
62 typedef void (*present_abort_vblank_ptr) (RRCrtcPtr crtc, uint64_t event_id, uint64_t msc);
66 uint64_t msc);
143 * Called when 'event_id' occurs. 'ust' and 'msc' indicate when the
147 present_event_notify(uint64_t event_id, uint64_t ust, uint64_t msc);
157 uint64_t msc);