Home | History | Annotate | Download | only in uxa

Lines Matching refs:flip

831 	/* Then flip DRI2 pointers and update the screen pixmap */
912 /* If we can still flip... */
1066 * In the case of a page flip, we request an event for the last queued swap
1067 * frame + swap interval - 1, since we'll need to queue the flip for the frame
1071 * after queueing a swap, though in the Intel case after queueing a flip, the
1073 * they access buffers busy with the flip.
1090 int flip = 0;
1130 flip = 1;
1135 /* Correct target_msc by 'flip' if swap_type == DRI2_FLIP.
1140 *target_msc -= flip;
1149 * If we can, schedule the flip directly from here rather
1153 if (flip && divisor == 0 && current_msc >= *target_msc &&
1164 if (flip == 0)
1189 *target_msc = intel_sequence_to_crtc_msc(crtc, vbl.reply.sequence + flip);
1202 if (flip == 0)
1226 /* Account for 1 frame extra pageflip delay if flip > 0 */
1227 vbl.request.sequence = intel_crtc_msc_to_sequence(scrn, crtc, request_msc) - flip;
1238 /* Adjust returned value for 1 fame pageflip offset of flip > 0 */
1239 *target_msc = intel_sequence_to_crtc_msc(crtc, vbl.reply.sequence + flip);