Searched refs:queued_msc (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri2.c | 715 uint64_t queued_msc; in ms_dri2_schedule_wait_msc() local 760 ret = ms_queue_vblank(crtc, MS_QUEUE_ABSOLUTE, target_msc, &queued_msc, seq); in ms_dri2_schedule_wait_msc() 773 wait_info->frame = queued_msc; in ms_dri2_schedule_wait_msc() 799 if (!ms_queue_vblank(crtc, MS_QUEUE_ABSOLUTE, request_msc, &queued_msc, seq)) { in ms_dri2_schedule_wait_msc() 811 wait_info->frame = queued_msc; in ms_dri2_schedule_wait_msc() 847 uint64_t queued_msc; in ms_dri2_schedule_swap() local 920 if (!ms_queue_vblank(crtc, ms_flag, *target_msc, &queued_msc, seq)) { in ms_dri2_schedule_swap() 927 *target_msc = queued_msc + flip; in ms_dri2_schedule_swap() 961 if (!ms_queue_vblank(crtc, ms_flag, request_msc - flip, &queued_msc, seq)) { in ms_dri2_schedule_swap() 969 *target_msc = queued_msc + flip; in ms_dri2_schedule_swap()
|