Searched refs:flip_seq (Results 1 – 3 of 3) sorted by relevance
295 int flip_seq; /* seq of current page flip event handler */ member
1383 msGetPixmapPriv(args->drmmode, args->frontTarget)->flip_seq = 0; in drmmode_SharedPixmapVBlankEventAbort()1411 ppriv->flip_seq = in drmmode_SharedPixmapPresentOnVBlank()1416 return ms_queue_vblank(crtc, MS_QUEUE_RELATIVE, 1, NULL, ppriv->flip_seq); in drmmode_SharedPixmapPresentOnVBlank()1438 ppriv_front->flip_seq = in drmmode_SharedPixmapFlip()1445 (void *)(intptr_t) ppriv_front->flip_seq) < 0) { in drmmode_SharedPixmapFlip()1446 ms_drm_abort_seq(crtc->scrn, ppriv_front->flip_seq); in drmmode_SharedPixmapFlip()1483 seq = msGetPixmapPriv(drmmode, drmmode_crtc->prime_pixmap)->flip_seq; in drmmode_FiniSharedPixmapFlipping()1489 drmmode_crtc->prime_pixmap_back)->flip_seq; in drmmode_FiniSharedPixmapFlipping()
23726 Add flip_seq field to msPixmapPrivRec to keep track of the event handler23832 Renamed flipSeq to flip_seq