Home
last modified time | relevance | path

Searched refs:flip_seq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h295 int flip_seq; /* seq of current page flip event handler */ member
H A Ddrmmode_display.c1383 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog23726 Add flip_seq field to msPixmapPrivRec to keep track of the event handler
23832 Renamed flipSeq to flip_seq