Searched refs:DRM_IOCTL_GEM_CLOSE (Results 1 – 21 of 21) sorted by relevance
/external/libdrm/tegra/ |
D | tegra.c | 53 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &args); in drm_tegra_bo_free() 196 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &close_args); in drm_tegra_bo_name_ref()
|
/external/libdrm/omap/ |
D | omap_drm.c | 184 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle() 377 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in omap_bo_del()
|
/external/libdrm/freedreno/ |
D | freedreno_bo.c | 73 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle() 347 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_del()
|
/external/libdrm/tests/nouveau/ |
D | threaded.c | 54 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
|
/external/drm_hwcomposer/ |
D | platformdrmgeneric.cpp | 137 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close); in ReleaseBuffer()
|
D | platformnv.cpp | 160 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close); in ReleaseBufferImpl()
|
/external/libdrm/tests/radeon/ |
D | rbo.c | 152 drmIoctl(bo->fd, DRM_IOCTL_GEM_CLOSE, &args); in rbo_decref()
|
/external/libdrm/libkms/ |
D | nouveau.c | 193 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in nouveau_bo_destroy()
|
D | exynos.c | 180 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in exynos_bo_destroy()
|
D | intel.c | 211 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in intel_bo_destroy()
|
D | radeon.c | 214 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in radeon_bo_destroy()
|
/external/libdrm/rockchip/ |
D | rockchip_drm.c | 175 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in rockchip_bo_destroy()
|
/external/drm_gralloc/ |
D | gralloc_drm_rockchip.c | 99 drmIoctl(info->fd, DRM_IOCTL_GEM_CLOSE, &args); in drm_gem_rockchip_alloc()
|
/external/libdrm/exynos/ |
D | exynos_drm.c | 187 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in exynos_bo_destroy()
|
/external/libdrm/amdgpu/ |
D | amdgpu_bo.c | 53 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &args); in amdgpu_close_kms_handle() 242 drmIoctl(bo->dev->flink_fd, DRM_IOCTL_GEM_CLOSE, &args); in amdgpu_bo_export_flink()
|
/external/libdrm/radeon/ |
D | radeon_bo_gem.c | 145 drmIoctl(boi->bom->fd, DRM_IOCTL_GEM_CLOSE, &args); in bo_unref()
|
/external/libdrm/nouveau/ |
D | nouveau.c | 614 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &req); in nouveau_bo_del() 618 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &req); in nouveau_bo_del()
|
/external/kernel-headers/original/uapi/drm/ |
D | drm.h | 699 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) macro
|
/external/libdrm/include/drm/ |
D | drm.h | 686 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) macro
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 384 drmIoctl(bo->rws->fd, DRM_IOCTL_GEM_CLOSE, &args); in radeon_bo_destroy()
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 1199 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_GEM_CLOSE, &close); in drm_intel_gem_bo_free() 1913 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_GEM_CLOSE, &close_bo); in drm_intel_bufmgr_gem_destroy()
|