Searched refs:amdgpu_bo_fence (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_object.h | 337 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence,
|
H A D | amdgpu_object.c | 1399 amdgpu_bo_fence(abo, fence, false); in amdgpu_bo_release_notify() 1466 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence, in amdgpu_bo_fence() function
|
H A D | amdgpu_mes.c | 1251 amdgpu_bo_fence(bo, fence, true); in amdgpu_mes_ctx_unmap_meta_data() 1260 amdgpu_bo_fence(bo, fence, true); in amdgpu_mes_ctx_unmap_meta_data()
|
H A D | amdgpu_gem.c | 325 amdgpu_bo_fence(bo, fence, true);
|
H A D | amdgpu_uvd.c | 1176 amdgpu_bo_fence(bo, f, false); in amdgpu_uvd_send_msg()
|
H A D | amdgpu_vm.c | 981 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()
|
/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 621 amdgpu_bo_fence(bo, &svm_bo->eviction_fence->base, true); in svm_range_vram_node_new()
|