/third_party/mesa3d/src/freedreno/drm/ |
D | msm_device.c | 91 drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, &close_req); in msm_device_new()
|
D | freedreno_bo.c | 73 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/ |
D | etnaviv_bo.c | 56 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/ |
D | etnaviv_bo.c | 68 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/ |
D | intel_sanitize_gpu.c | 286 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/ |
D | freedreno_bo.c | 68 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/ |
D | omap_drm.c | 180 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/ |
D | threaded.c | 54 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
|
/third_party/libdrm/tests/radeon/ |
D | rbo.c | 152 drmIoctl(bo->fd, DRM_IOCTL_GEM_CLOSE, &args); in rbo_decref()
|
/third_party/libdrm/libkms/ |
D | exynos.c | 191 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in exynos_bo_destroy()
|
D | nouveau.c | 189 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in nouveau_bo_destroy()
|
D | radeon.c | 210 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in radeon_bo_destroy()
|
D | intel.c | 207 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in intel_bo_destroy()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 545 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/ |
D | anv_gem.c | 65 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/ |
D | v3d_simulator.c | 563 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/ |
D | exynos_drm.c | 183 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in exynos_bo_destroy()
|
/third_party/libdrm/tegra/ |
D | tegra.c | 49 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &args); in drm_tegra_bo_free()
|
/third_party/mesa3d/src/drm-shim/ |
D | device.c | 239 [_IOC_NR(DRM_IOCTL_GEM_CLOSE)] = drm_shim_ioctl_gem_close,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 514 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/ |
D | radeon_bo_gem.c | 142 drmIoctl(boi->bom->fd, DRM_IOCTL_GEM_CLOSE, &args); in bo_unref()
|
/third_party/libdrm/nouveau/ |
D | nouveau.c | 610 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/ |
D | pan_bo.c | 98 ret = drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &gem_close); in panfrost_bo_free()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_bo.c | 140 int ret = v3dv_ioctl(device->pdevice->render_fd, DRM_IOCTL_GEM_CLOSE, &c); in bo_free()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.c | 91 drmIoctl(screen->fd, DRM_IOCTL_GEM_CLOSE, &args); in lima_close_kms_handle()
|