Home
last modified time | relevance | path

Searched refs:amdgpu_bo_fence (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.h295 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence,
H A Damdgpu_object.c1284 amdgpu_bo_fence(abo, fence, false); in amdgpu_bo_release_notify()
1350 void amdgpu_bo_fence(struct amdgpu_bo *bo, struct dma_fence *fence, in amdgpu_bo_fence() function
H A Damdgpu_mes.c1397 amdgpu_bo_fence(bo, fence, true); in amdgpu_mes_ctx_unmap_meta_data()
1406 amdgpu_bo_fence(bo, fence, true); in amdgpu_mes_ctx_unmap_meta_data()
H A Damdgpu_gem.c265 amdgpu_bo_fence(bo, fence, true); in amdgpu_gem_object_close()
H A Damdgpu_uvd.c1182 amdgpu_bo_fence(bo, f, false); in amdgpu_uvd_send_msg()
H A Damdgpu_vm.c1005 amdgpu_bo_fence(vm->root.bo, vm->last_unlocked, true); in amdgpu_vm_update_range()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c635 amdgpu_bo_fence(bo, &svm_bo->eviction_fence->base, true); in svm_range_vram_node_new()