Searched refs:ms_queue_vblank (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri2.c | 760 ret = ms_queue_vblank(crtc, MS_QUEUE_ABSOLUTE, target_msc, &queued_msc, seq); 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() 920 if (!ms_queue_vblank(crtc, ms_flag, *target_msc, &queued_msc, seq)) { in ms_dri2_schedule_swap() 961 if (!ms_queue_vblank(crtc, ms_flag, request_msc - flip, &queued_msc, seq)) { in ms_dri2_schedule_swap()
|
| H A D | driver.h | 155 Bool ms_queue_vblank(xf86CrtcPtr crtc, ms_queue_flag flags,
|
| H A D | present.c | 126 if (!ms_queue_vblank(xf86_crtc, MS_QUEUE_ABSOLUTE, msc, NULL, seq)) in ms_present_queue_vblank()
|
| H A D | vblank.c | 360 ms_queue_vblank(xf86CrtcPtr crtc, ms_queue_flag flags, in ms_queue_vblank() function
|
| H A D | drmmode_display.c | 1416 return ms_queue_vblank(crtc, MS_QUEUE_RELATIVE, 1, NULL, ppriv->flip_seq); in drmmode_SharedPixmapPresentOnVBlank()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 6875 ms_queue_vblank() returns false on failure. 9633 least a temporary failure in ms_queue_vblank(). 10941 modesetting: Use seq instead of msc in ms_queue_vblank failure path 12102 xf86-video-modesetting: Fix ms_queue_vblank(flags = MS_QUEUE_RELATIVE) 12105 ms_queue_vblank(). 12107 ms_queue_vblank() takes in an MS_QUEUE_RELATIVE flag to indicate that the 12589 xf86-video-modesetting: Add ms_queue_vblank helper [v3]
|