Searched refs:amdgpu_bo_export (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/amdgpu/ |
D | amdgpu-symbols.txt | 4 amdgpu_bo_export
|
D | amdgpu.h | 630 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
|
D | amdgpu_bo.c | 220 drm_public int amdgpu_bo_export(amdgpu_bo_handle bo, in amdgpu_bo_export() function
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_bo.c | 521 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/ |
D | bo_tests.c | 141 r = amdgpu_bo_export(buffer_handle, type, &shared_handle); in amdgpu_bo_export_import_do_type()
|
D | hotunplug_tests.c | 324 r = amdgpu_bo_export(bo_handle, amdgpu_bo_handle_type_dma_buf_fd, &dma_buf_fd); in amdgpu_hotunplug_with_exported_bo()
|
D | cp_dma_tests.c | 350 r = amdgpu_bo_export(exported_bo.buf_handle, in amdgpu_cp_dma_p2p()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 610 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()
|