Home
last modified time | relevance | path

Searched refs:amdgpu_bo_export (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/amdgpu/
Damdgpu-symbols.txt4 amdgpu_bo_export
Damdgpu.h630 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
Damdgpu_bo.c220 drm_public int amdgpu_bo_export(amdgpu_bo_handle bo, in amdgpu_bo_export() function
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c521 r = amdgpu_bo_export(buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle); in radv_amdgpu_winsys_bo_create()
654 ASSERTED int r = amdgpu_bo_export(buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle); in radv_amdgpu_winsys_bo_from_ptr()
743 r = amdgpu_bo_export(result.buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle); in radv_amdgpu_winsys_bo_from_fd()
775 r = amdgpu_bo_export(bo->bo, type, &handle); in radv_amdgpu_winsys_get_fd()
/third_party/libdrm/tests/amdgpu/
Dbo_tests.c141 r = amdgpu_bo_export(buffer_handle, type, &shared_handle); in amdgpu_bo_export_import_do_type()
Dhotunplug_tests.c324 r = amdgpu_bo_export(bo_handle, amdgpu_bo_handle_type_dma_buf_fd, &dma_buf_fd); in amdgpu_hotunplug_with_exported_bo()
Dcp_dma_tests.c350 r = amdgpu_bo_export(exported_bo.buf_handle, in amdgpu_cp_dma_p2p()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c610 amdgpu_bo_export(bo->bo, amdgpu_bo_handle_type_kms, &bo->u.real.kms_handle); in amdgpu_create_bo()
1569 amdgpu_bo_export(bo->bo, amdgpu_bo_handle_type_kms, &bo->u.real.kms_handle); in amdgpu_bo_from_handle()
1634 r = amdgpu_bo_export(bo->bo, type, &whandle->handle); in amdgpu_bo_get_handle()
1711 amdgpu_bo_export(bo->bo, amdgpu_bo_handle_type_kms, &bo->u.real.kms_handle); in amdgpu_bo_from_ptr()