Lines Matching refs:sync_flip
74 Bool sync_flip, in present_check_flip() argument
135 if (!(*screen_priv->info->check_flip2) (crtc, window, pixmap, sync_flip, reason)) { in present_check_flip()
140 if (!(*screen_priv->info->check_flip) (crtc, window, pixmap, sync_flip)) { in present_check_flip()
154 Bool sync_flip) in present_flip() argument
159 return (*screen_priv->info->flip) (crtc, event_id, target_msc, pixmap, sync_flip); in present_flip()
380 screen_priv->flip_sync = vblank->sync_flip; in present_flip_notify()
466 flip_pending->sync_flip, NULL, 0, 0, NULL)) in present_check_flip_window()
481 …ip && !present_check_flip(vblank->crtc, window, vblank->pixmap, vblank->sync_flip, NULL, 0, 0, &re… in present_check_flip_window()
484 if (vblank->sync_flip) in present_check_flip_window()
580 …sent_flip(vblank->crtc, vblank->event_id, vblank->target_msc, vblank->pixmap, vblank->sync_flip)) { in present_execute()
755 if (vblank->flip && vblank->sync_flip) in present_scmd_pixmap()