Home
last modified time | relevance | path

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

/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/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/tests/nouveau/
Dthreaded.c54 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
/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/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/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/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/libdrm/include/drm/
Ddrm.h831 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) macro
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c547 err = drmIoctl (alloc->priv->fd, DRM_IOCTL_GEM_CLOSE, &arg); in gst_kms_allocator_dmabuf_import()
/third_party/libdrm/amdgpu/
Damdgpu_bo.c47 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, &args); in amdgpu_close_kms_handle()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c1220 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_GEM_CLOSE, &close); in drm_intel_gem_bo_free()
1945 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_GEM_CLOSE, &close_bo); in drm_intel_bufmgr_gem_destroy()