Searched refs:fd_handle (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | 0002-ati-cleanup-terminology-to-use-primary-secondary.patch | 135 -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 D | 0001-ati-cleanup-terminology-to-use-primary-secondary.patch | 133 -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 D | drmmode_display.h | 331 int fd_handle, int pitch, int size);
|
| H A D | driver.c | 1572 msSetSharedPixmapBacking(PixmapPtr ppix, void *fd_handle) in msSetSharedPixmapBacking() argument 1578 int ihandle = (int) (long) fd_handle; in msSetSharedPixmapBacking()
|
| H A D | drmmode_display.c | 1295 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()
|