Home | History | Annotate | Download | only in present

Lines Matching refs:flip

31  * Screen flip mode
34 * support flips and the full screen flip mode.
91 if (!screen_priv->info->flip)
152 return (*screen_priv->info->flip) (crtc, event_id, target_msc, pixmap, sync_flip);
228 * When the wait fence or previous flip is completed, it's time
292 /* Update the screen pixmap with the current flip pixmap contents
438 * Check pending flip
447 * Check current flip
457 if (vblank->queued && vblank->flip && !present_check_flip(vblank->crtc, window, vblank->pixmap, vblank->sync_flip, NULL, 0, 0, &reason)) {
458 vblank->flip = FALSE;
481 if (!screen_priv->info->flip)
547 if (vblank->flip && vblank->pixmap && vblank->window) {
565 if (vblank->flip) {
571 /* Prepare to flip by placing it in the flip queue and
577 /* Try to flip
583 * 1) Restore previous flip window pixmap
584 * 2) Set current flip window pixmap to the new pixmap
606 /* Oops, flip failed. Clear the flip_pending field
609 vblank->flip = FALSE;
616 /* Check pending flip
622 /* Check current flip
770 if (vblank->flip && vblank->sync_flip)
828 /* Drop reference to any pending flip or unflip pixmaps. */