Home | History | Annotate | Download | only in src

Lines Matching refs:flip

375 	struct nouveau_dri2_vblank_state *flip = event_data;
381 status = dixLookupDrawable(&draw, flip->draw, serverClient,
384 free(flip);
392 switch (flip->action) {
402 (frame < flip->frame) && (flip->frame - frame < 5)) {
405 __func__, frame, flip->frame);
412 DRI2SwapComplete(flip->client, draw, frame, tv_sec, tv_usec,
413 DRI2_FLIP_COMPLETE, flip->func,
414 flip->data);
423 free(flip);
439 /* Last crtc completed flip? */
452 /* Deliver cached msc, ust from reference crtc to flip event handler */
486 "flip queue: data alloc failed.\n");
508 "flip queue: carrier alloc failed.\n");
514 /* Only the reference crtc will finally deliver its page flip
524 "flip queue failed: %s\n", strerror(errno));
534 /* Will release old fb after all crtc's completed flip. */
741 /* If it is a page flip, finish it in the flip event handler. */
788 * the flip handler with no FPS hit for page flipped swaps.