Home
last modified time | relevance | path

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

12

/external/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()
/external/libdrm/freedreno/
Dfreedreno_bo.c68 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/
Ddri_386.const23 DRM_IOCTL_GEM_CLOSE = 1074291721
Ddri_arm64.const23 DRM_IOCTL_GEM_CLOSE = 1074291721
Ddri_amd64.const23 DRM_IOCTL_GEM_CLOSE = 1074291721
Ddri_arm.const23 DRM_IOCTL_GEM_CLOSE = 1074291721
Ddri_ppc64le.const23 DRM_IOCTL_GEM_CLOSE = 2148033545
/external/libdrm/tegra/
Dtegra.c49 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/
Dionmap_test.c81 ioctl(vgem_fd, DRM_IOCTL_GEM_CLOSE, &close); in close_handle()
/external/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()
/external/minigbm/
Dexynos.c89 int gem_close_ret = drmIoctl(bo->drv->fd, DRM_IOCTL_GEM_CLOSE, &gem_close); in exynos_bo_create()
Dvirtio_gpu.c134 drmIoctl(bo->drv->fd, DRM_IOCTL_GEM_CLOSE, &gem_close); in virtio_virgl_bo_create()
/external/libdrm/tests/nouveau/
Dthreaded.c50 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
/external/mesa3d/src/intel/vulkan/
Danv_gem.c74 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/
Drbo.c152 drmIoctl(bo->fd, DRM_IOCTL_GEM_CLOSE, &args); in rbo_decref()
/external/drm_hwcomposer/
Dplatformdrmgeneric.cpp151 int ret = drmIoctl(drm_->fd(), DRM_IOCTL_GEM_CLOSE, &gem_close); in ReleaseBuffer()
/external/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()
Dintel.c207 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in intel_bo_destroy()
Dradeon.c210 ret = drmIoctl(bo->base.kms->fd, DRM_IOCTL_GEM_CLOSE, &arg); in radeon_bo_destroy()
/external/libdrm/rockchip/
Drockchip_drm.c175 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in rockchip_bo_destroy()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator.c524 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/
Dexynos_drm.c183 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in exynos_bo_destroy()
/external/libdrm/amdgpu/
Damdgpu_bo.c49 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/
Dvc4_simulator.c608 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