Home
last modified time | relevance | path

Searched refs:fd_handle (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch135 -Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **fd_handle)
136 +Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr seconndary, void **fd_handle)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/
H A D0001-ati-cleanup-terminology-to-use-primary-secondary.patch133 -Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **fd_handle)
134 +Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr seconndary, void **fd_handle)
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h331 int fd_handle, int pitch, int size);
H A Ddriver.c1572 msSetSharedPixmapBacking(PixmapPtr ppix, void *fd_handle) in msSetSharedPixmapBacking() argument
1578 int ihandle = (int) (long) fd_handle; in msSetSharedPixmapBacking()
H A Ddrmmode_display.c1295 drmmode_ptr drmmode, int fd_handle, int pitch, int size) in drmmode_SetSlaveBO() argument
1299 if (fd_handle == -1) { in drmmode_SetSlaveBO()
1306 dumb_get_bo_from_fd(drmmode->fd, fd_handle, pitch, size); in drmmode_SetSlaveBO()
1310 close(fd_handle); in drmmode_SetSlaveBO()