Lines Matching refs:ppix
604 dispatch_dirty_pixmap(ScrnInfoPtr scrn, xf86CrtcPtr crtc, PixmapPtr ppix) in dispatch_dirty_pixmap() argument
607 msPixmapPrivPtr ppriv = msGetPixmapPriv(&ms->drmmode, ppix); in dispatch_dirty_pixmap()
611 dispatch_dirty_region(scrn, ppix, damage, fb_id); in dispatch_dirty_pixmap()
1557 msSharePixmapBacking(PixmapPtr ppix, ScreenPtr screen, void **handle) in msSharePixmapBacking() argument
1562 ret = ms_shareable_fd_from_pixmap(ppix->drawable.pScreen, ppix, in msSharePixmapBacking()
1572 msSetSharedPixmapBacking(PixmapPtr ppix, void *fd_handle) in msSetSharedPixmapBacking() argument
1574 ScreenPtr screen = ppix->drawable.pScreen; in msSetSharedPixmapBacking()
1582 return drmmode_SetSlaveBO(ppix, &ms->drmmode, ihandle, 0, 0); in msSetSharedPixmapBacking()
1585 ret = ms_back_pixmap_from_fd(ppix, ihandle, in msSetSharedPixmapBacking()
1586 ppix->drawable.width, in msSetSharedPixmapBacking()
1587 ppix->drawable.height, in msSetSharedPixmapBacking()
1588 ppix->devKind, ppix->drawable.depth, in msSetSharedPixmapBacking()
1589 ppix->drawable.bitsPerPixel); in msSetSharedPixmapBacking()
1591 int size = ppix->devKind * ppix->drawable.height; in msSetSharedPixmapBacking()
1592 ret = drmmode_SetSlaveBO(ppix, &ms->drmmode, ihandle, ppix->devKind, size); in msSetSharedPixmapBacking()
1601 msRequestSharedPixmapNotifyDamage(PixmapPtr ppix) in msRequestSharedPixmapNotifyDamage() argument
1603 ScreenPtr screen = ppix->drawable.pScreen; in msRequestSharedPixmapNotifyDamage()
1607 msPixmapPrivPtr ppriv = msGetPixmapPriv(&ms->drmmode, ppix->master_pixmap); in msRequestSharedPixmapNotifyDamage()
1615 msSharedPixmapNotifyDamage(PixmapPtr ppix) in msSharedPixmapNotifyDamage() argument
1620 ScreenPtr screen = ppix->drawable.pScreen; in msSharedPixmapNotifyDamage()
1625 msPixmapPrivPtr ppriv = msGetPixmapPriv(&ms->drmmode, ppix); in msSharedPixmapNotifyDamage()
1641 ret |= drmmode_SharedPixmapPresentOnVBlank(ppix, crtc, &ms->drmmode); in msSharedPixmapNotifyDamage()