Home
last modified time | relevance | path

Searched refs:ms_get_crtc_ust_msc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.h168 int ms_get_crtc_ust_msc(xf86CrtcPtr crtc, CARD64 *ust, CARD64 *msc);
H A Ddri2.c359 ret = ms_get_crtc_ust_msc(crtc, ust, msc); in ms_dri2_get_msc()
737 ret = ms_get_crtc_ust_msc(crtc, &current_ust, &current_msc); in ms_dri2_schedule_wait_msc()
876 ret = ms_get_crtc_ust_msc(crtc, &current_ust, &current_msc); in ms_dri2_schedule_swap()
H A Dpresent.c70 return ms_get_crtc_ust_msc(xf86_crtc, ust, msc); in ms_present_get_ust_msc()
H A Dvblank.c466 ms_get_crtc_ust_msc(xf86CrtcPtr crtc, CARD64 *ust, CARD64 *msc) in ms_get_crtc_ust_msc() function