Searched refs:DRM_IOCTL_GEM_CLOSE (Results 1 – 17 of 17) sorted by relevance
/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/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/tests/nouveau/ |
D | threaded.c | 54 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
|
/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/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/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/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/libdrm/include/drm/ |
D | drm.h | 831 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) macro
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsallocator.c | 547 err = drmIoctl (alloc->priv->fd, DRM_IOCTL_GEM_CLOSE, &arg); in gst_kms_allocator_dmabuf_import()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_bo.c | 47 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, &args); in amdgpu_close_kms_handle()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 1220 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()
|