Lines Matching refs:flip_pending

64     if (!screen_priv->flip_pending)  in present_flip_pending_pixmap()
67 return screen_priv->flip_pending->pixmap; in present_flip_pending_pixmap()
306 if (screen_priv->flip_pending) { in present_restore_screen_pixmap()
307 flip_window = screen_priv->flip_pending->window; in present_restore_screen_pixmap()
308 flip_pixmap = screen_priv->flip_pending->pixmap; in present_restore_screen_pixmap()
337 if (!screen_priv->flip_pending->abort_flip) { in present_set_abort_flip()
339 screen_priv->flip_pending->abort_flip = TRUE; in present_set_abort_flip()
349 assert (!screen_priv->flip_pending); in present_unflip()
369 assert (vblank == screen_priv->flip_pending); in present_flip_notify()
386 screen_priv->flip_pending = NULL; in present_flip_notify()
447 present_vblank_ptr flip_pending = screen_priv->flip_pending; in present_check_flip_window() local
460 if (flip_pending) { in present_check_flip_window()
464 if (flip_pending->window == window) { in present_check_flip_window()
465 if (!present_check_flip(flip_pending->crtc, window, flip_pending->pixmap, in present_check_flip_window()
466 flip_pending->sync_flip, NULL, 0, 0, NULL)) in present_check_flip_window()
549 if (screen_priv->flip_pending || screen_priv->unflip_event_id) { in present_execute()
552 screen_priv->flip_pending, screen_priv->unflip_event_id)); in present_execute()
575 screen_priv->flip_pending = vblank; in present_execute()
609 screen_priv->flip_pending = NULL; in present_execute()
615 if (screen_priv->flip_pending) { in present_execute()
619 if (window == screen_priv->flip_pending->window) in present_execute()
810 if (screen_priv->flip_pending) in present_scmd_flip_destroy()