Searched refs:fd_handle (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_bo_gem.h46 int fd_handle,
H A Dradeon_bo_gem.c367 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 Damdgpu_bo_helper.h45 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 Damdgpu_bo_helper.c380 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 Dradeon_exa.c285 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 Dradeon_bo_helper.h61 radeon_set_shared_pixmap_backing(PixmapPtr ppix, void *fd_handle,
H A Dradeon_bo_helper.c451 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 Ddrmmode_display.h282 int fd_handle, int pitch, int size);
H A Ddrmmode_display.c1136 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 Ddriver.c1686 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 Dintel_uxa.c1139 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 Dintel_uxa.c1110 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 Dsna_accel.c1111 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 Dsna_accel.c1086 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);

Completed in 66 milliseconds