Searched refs:DRM_IOCTL_GEM_CLOSE (Results 1 – 25 of 39) sorted by relevance
12
/external/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()
|
/external/libdrm/freedreno/ |
D | freedreno_bo.c | 68 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle() 247 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_del()
|
/external/syzkaller/sys/linux/ |
D | dri_386.const | 23 DRM_IOCTL_GEM_CLOSE = 1074291721
|
D | dri_arm64.const | 23 DRM_IOCTL_GEM_CLOSE = 1074291721
|
D | dri_amd64.const | 23 DRM_IOCTL_GEM_CLOSE = 1074291721
|
D | dri_arm.const | 23 DRM_IOCTL_GEM_CLOSE = 1074291721
|
D | dri_ppc64le.const | 23 DRM_IOCTL_GEM_CLOSE = 2148033545
|
/external/libdrm/tegra/ |
D | tegra.c | 49 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &args); in drm_tegra_bo_free() 192 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &close_args); in drm_tegra_bo_name_ref()
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ionmap_test.c | 81 ioctl(vgem_fd, DRM_IOCTL_GEM_CLOSE, &close); in close_handle()
|
/external/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()
|
/external/minigbm/ |
D | exynos.c | 89 int gem_close_ret = drmIoctl(bo->drv->fd, DRM_IOCTL_GEM_CLOSE, &gem_close); in exynos_bo_create()
|
D | virtio_gpu.c | 134 drmIoctl(bo->drv->fd, DRM_IOCTL_GEM_CLOSE, &gem_close); in virtio_virgl_bo_create()
|
/external/libdrm/tests/nouveau/ |
D | threaded.c | 50 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 74 anv_ioctl(device->fd, DRM_IOCTL_GEM_CLOSE, &close); in anv_gem_close() 300 anv_ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close); in anv_gem_get_bit6_swizzle()
|
/external/libdrm/tests/radeon/ |
D | rbo.c | 152 drmIoctl(bo->fd, DRM_IOCTL_GEM_CLOSE, &args); in rbo_decref()
|
/external/drm_hwcomposer/ |
D | platformdrmgeneric.cpp | 151 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close); in ReleaseBuffer()
|
/external/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 | intel.c | 207 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in intel_bo_destroy()
|
D | radeon.c | 210 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/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_simulator.c | 524 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, args); in vc5_simulator_gem_close_ioctl() 557 case DRM_IOCTL_GEM_CLOSE: in vc5_simulator_ioctl()
|
/external/libdrm/exynos/ |
D | exynos_drm.c | 183 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in exynos_bo_destroy()
|
/external/libdrm/amdgpu/ |
D | amdgpu_bo.c | 49 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &args); in amdgpu_close_kms_handle() 215 drmIoctl(bo->dev->flink_fd, DRM_IOCTL_GEM_CLOSE, &args); in amdgpu_bo_export_flink()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 608 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, args); in vc4_simulator_gem_close_ioctl() 676 case DRM_IOCTL_GEM_CLOSE: in vc4_simulator_ioctl()
|
12