Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h335 Bool drmmode_SharedPixmapPresentOnVBlank(PixmapPtr frontTarget, xf86CrtcPtr crtc,
337 Bool drmmode_SharedPixmapFlip(PixmapPtr frontTarget, xf86CrtcPtr crtc,
H A Ddrmmode_display.c1349 PixmapPtr frontTarget; member
1365 drmmode_crtc->prime_pixmap = args->frontTarget; in drmmode_SharedPixmapVBlankEventHandler()
1372 drmmode_SharedPixmapPresent(args->frontTarget, args->crtc, args->drmmode); in drmmode_SharedPixmapVBlankEventHandler()
1383 msGetPixmapPriv(args->drmmode, args->frontTarget)->flip_seq = 0; in drmmode_SharedPixmapVBlankEventAbort()
1405 event_args->frontTarget = ppix; in drmmode_SharedPixmapPresentOnVBlank()
1420 drmmode_SharedPixmapFlip(PixmapPtr frontTarget, xf86CrtcPtr crtc, in drmmode_SharedPixmapFlip() argument
1424 msPixmapPrivPtr ppriv_front = msGetPixmapPriv(drmmode, frontTarget); in drmmode_SharedPixmapFlip()
1432 event_args->frontTarget = frontTarget; in drmmode_SharedPixmapFlip()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog23804 frontTarget is now being displayed, and use
23807 use drmmode_SharedPixmapPresent(frontTarget) to start the process