| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | radeon_bo_gem.h | 46 int fd_handle,
|
| H A D | radeon_bo_gem.c | 367 radeon_gem_bo_open_prime(struct radeon_bo_manager *bom, int fd_handle, uint32_t size) argument 388 r = drmPrimeFDToHandle(bom->fd, fd_handle, &handle);
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_bo_helper.h | 45 amdgpu_set_shared_pixmap_backing(PixmapPtr ppix, void *fd_handle); 99 * \param fd_handle - \c [in] dma-buf fd handle 106 int fd_handle,
|
| H A D | amdgpu_bo_helper.c | 380 int fd_handle, 391 (uint32_t)fd_handle, &buffer)) { 402 Bool amdgpu_set_shared_pixmap_backing(PixmapPtr ppix, void *fd_handle) argument 408 int ihandle = (int)(long)fd_handle; 379 amdgpu_gem_bo_open_prime(amdgpu_device_handle pDev,int fd_handle,uint32_t size) argument
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa.c | 285 Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr seconndary, void **fd_handle) argument 289 if (!radeon_share_pixmap_backing(driver_priv->bo->bo.radeon, fd_handle)) 296 Bool RADEONEXASetSharedPixmapBacking(PixmapPtr ppix, void *fd_handle) argument 299 int ihandle = (int)(long)fd_handle; 301 if (!radeon_set_shared_pixmap_backing(ppix, fd_handle, &driver_priv->surface))
|
| H A D | radeon_bo_helper.h | 61 radeon_set_shared_pixmap_backing(PixmapPtr ppix, void *fd_handle,
|
| H A D | radeon_bo_helper.c | 451 Bool radeon_set_shared_pixmap_backing(PixmapPtr ppix, void *fd_handle, argument 457 int ihandle = (int)(long)fd_handle;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 282 int fd_handle, int pitch, int size);
|
| H A D | drmmode_display.c | 1136 drmmode_ptr drmmode, int fd_handle, int pitch, int size) 1140 if (fd_handle == -1) { 1147 dumb_get_bo_from_fd(drmmode->fd, fd_handle, pitch, size); 1151 close(fd_handle); 1135 drmmode_SetSlaveBO(PixmapPtr ppix,drmmode_ptr drmmode,int fd_handle,int pitch,int size) argument
|
| H A D | driver.c | 1686 msSetSharedPixmapBacking(PixmapPtr ppix, void *fd_handle) argument 1693 int ihandle = (int) (long) fd_handle;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_uxa.c | 1139 intel_uxa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **fd_handle) argument 1183 *fd_handle = (void *)(long)handle; 1188 intel_uxa_set_shared_pixmap_backing(PixmapPtr ppix, void *fd_handle) argument 1193 int ihandle = (int)(long)fd_handle;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_uxa.c | 1110 intel_uxa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **fd_handle) argument 1154 *fd_handle = (void *)(long)handle; 1159 intel_uxa_set_shared_pixmap_backing(PixmapPtr ppix, void *fd_handle) argument 1164 int ihandle = (int)(long)fd_handle;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 1111 sna_share_pixmap_backing(PixmapPtr pixmap, ScreenPtr slave, void **fd_handle) argument 1199 *fd_handle = (void *)(intptr_t)fd; 1204 sna_set_shared_pixmap_backing(PixmapPtr pixmap, void *fd_handle) argument 1242 (intptr_t)fd_handle, 1256 close((intptr_t)fd_handle);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 1086 sna_share_pixmap_backing(PixmapPtr pixmap, ScreenPtr slave, void **fd_handle) argument 1174 *fd_handle = (void *)(intptr_t)fd; 1179 sna_set_shared_pixmap_backing(PixmapPtr pixmap, void *fd_handle) argument 1202 (intptr_t)fd_handle, 1216 close((intptr_t)fd_handle);
|