Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_GEM_CLOSE (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/freedreno/drm/
Dmsm_device.c91 drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, &close_req); in msm_device_new()
Dfreedreno_bo.c73 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle()
363 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_del()
/third_party/libdrm/etnaviv/
Detnaviv_bo.c56 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_del()
89 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c68 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in _etna_bo_del()
108 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle()
/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c286 int ret = libc_ioctl(fd, DRM_IOCTL_GEM_CLOSE, close); in gem_close()
400 case DRM_IOCTL_GEM_CLOSE: in ioctl()
/third_party/libdrm/freedreno/
Dfreedreno_bo.c68 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle()
272 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_del()
/third_party/libdrm/omap/
Domap_drm.c180 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle()
373 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in omap_bo_del()
/third_party/libdrm/tests/nouveau/
Dthreaded.c54 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
/third_party/libdrm/tests/radeon/
Drbo.c152 drmIoctl(bo->fd, DRM_IOCTL_GEM_CLOSE, &args); in rbo_decref()
/third_party/libdrm/libkms/
Dexynos.c191 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in exynos_bo_destroy()
Dnouveau.c189 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in nouveau_bo_destroy()
Dradeon.c210 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in radeon_bo_destroy()
Dintel.c207 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in intel_bo_destroy()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c545 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, args); in vc4_simulator_gem_close_ioctl()
616 case DRM_IOCTL_GEM_CLOSE: in vc4_simulator_ioctl()
/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c65 intel_ioctl(device->fd, DRM_IOCTL_GEM_CLOSE, &close); in anv_gem_close()
383 intel_ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close); in anv_gem_get_bit6_swizzle()
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c563 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, args); in v3d_simulator_gem_close_ioctl()
717 case DRM_IOCTL_GEM_CLOSE: in v3d_simulator_ioctl()
/third_party/libdrm/exynos/
Dexynos_drm.c183 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in exynos_bo_destroy()
/third_party/libdrm/tegra/
Dtegra.c49 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &args); in drm_tegra_bo_free()
/third_party/mesa3d/src/drm-shim/
Ddevice.c239 [_IOC_NR(DRM_IOCTL_GEM_CLOSE)] = drm_shim_ioctl_gem_close,
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c514 intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &bo->gem_handle); in crocus_bo_create_userptr()
616 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close); in bo_close()
627 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close); in bo_close()
/third_party/libdrm/radeon/
Dradeon_bo_gem.c142 drmIoctl(boi->bom->fd, DRM_IOCTL_GEM_CLOSE, &args); in bo_unref()
/third_party/libdrm/nouveau/
Dnouveau.c610 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &req); in nouveau_bo_del()
614 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &req); in nouveau_bo_del()
/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.c98 ret = drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &gem_close); in panfrost_bo_free()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c140 int ret = v3dv_ioctl(device->pdevice->render_fd, DRM_IOCTL_GEM_CLOSE, &c); in bo_free()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c91 drmIoctl(screen->fd, DRM_IOCTL_GEM_CLOSE, &args); in lima_close_kms_handle()

12