Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_GEM_CLOSE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_device.c87 drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, &close_req); in msm_device_new()
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_bo.c76 drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in _etna_bo_free()
165 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle()
/third_party/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c286 int ret = libc_ioctl(fd, DRM_IOCTL_GEM_CLOSE, close); in gem_close()
400 case DRM_IOCTL_GEM_CLOSE: in ioctl()
H A Dintel_dump_gpu.c89 * munmap them on DRM_IOCTL_GEM_CLOSE.
681 case DRM_IOCTL_GEM_CLOSE: { in ioctl()
/third_party/libdrm/tests/nouveau/
H A Dthreaded.c54 if (ret < 0 && request == DRM_IOCTL_GEM_CLOSE && errno == EINVAL) in ioctl()
152 fprintf(stderr, "DRM_IOCTL_GEM_CLOSE failed with EINVAL,\n" in main()
/third_party/libdrm/tests/radeon/
H A Drbo.c152 drmIoctl(bo->fd, DRM_IOCTL_GEM_CLOSE, &args); in rbo_decref()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo.c88 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_from_handle()
375 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in bo_del()
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c631 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, args); in v3d_simulator_gem_close_ioctl()
801 case DRM_IOCTL_GEM_CLOSE: in v3d_simulator_ioctl()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c545 return drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, args); in vc4_simulator_gem_close_ioctl()
616 case DRM_IOCTL_GEM_CLOSE: in vc4_simulator_ioctl()
H A Dvc4_bufmgr.c161 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_GEM_CLOSE, &c); in vc4_bo_free()
/third_party/mesa3d/src/drm-shim/
H A Ddevice.c278 [_IOC_NR(DRM_IOCTL_GEM_CLOSE)] = drm_shim_ioctl_gem_close,
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c64 intel_ioctl(device->fd, DRM_IOCTL_GEM_CLOSE, &close); in anv_gem_close()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c516 intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &bo->gem_handle); in crocus_bo_create_userptr()
618 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close); in bo_close()
629 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close); in bo_close()
631 DBG("DRM_IOCTL_GEM_CLOSE %d failed (%s): %s\n", in bo_close()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c1225 intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close); in iris_bo_create_userptr()
1273 intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close); in iris_bo_gem_create_from_name()
1328 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close); in bo_close()
1339 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close); in bo_close()
1341 DBG("DRM_IOCTL_GEM_CLOSE %d failed (%s): %s\n", in bo_close()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c140 int ret = v3dv_ioctl(device->pdevice->render_fd, DRM_IOCTL_GEM_CLOSE, &c); in bo_free()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c216 int ret = v3d_ioctl(screen->fd, DRM_IOCTL_GEM_CLOSE, &c); in v3d_bo_free()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c330 drmIoctl(sws->fd, DRM_IOCTL_GEM_CLOSE, &args); in amdgpu_winsys_unref()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_bo.c91 drmIoctl(screen->fd, DRM_IOCTL_GEM_CLOSE, &args); in lima_close_kms_handle()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_bo.c98 ret = drmIoctl(bo->dev->fd, DRM_IOCTL_GEM_CLOSE, &gem_close); in panfrost_bo_free()
100 fprintf(stderr, "DRM_IOCTL_GEM_CLOSE failed: %m\n"); in panfrost_bo_free()
/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.c1759 intel_ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close); in has_bit6_swizzle()
1786 intel_ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close); in has_get_tiling()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h594 /* DRM_IOCTL_GEM_CLOSE ioctl argument type */
969 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) macro
/third_party/libdrm/include/drm/
H A Ddrm.h594 /* DRM_IOCTL_GEM_CLOSE ioctl argument type */
969 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) macro
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c178 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &req); in tu_gem_close()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c101 drmIoctl(qdws->fd, DRM_IOCTL_GEM_CLOSE, &args); in virgl_hw_res_destroy()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c134 drmIoctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &args); in bo_destroy()

Completed in 45 milliseconds

12