Home
last modified time | relevance | path

Searched refs:kfd_bo (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mn.c114 amdgpu_amdkfd_evict_userptr(bo->kfd_bo, bo->notifier.mm); in amdgpu_mn_invalidate_hsa()
135 if (bo->kfd_bo) in amdgpu_mn_register()
Damdgpu_amdkfd_gpuvm.c615 struct amdgpu_bo_list_entry kfd_bo; /* BO list entry for the KFD BO */ member
656 ctx->kfd_bo.priority = 0; in reserve_bo_and_vm()
657 ctx->kfd_bo.tv.bo = &bo->tbo; in reserve_bo_and_vm()
658 ctx->kfd_bo.tv.num_shared = 1; in reserve_bo_and_vm()
659 list_add(&ctx->kfd_bo.tv.head, &ctx->list); in reserve_bo_and_vm()
719 ctx->kfd_bo.priority = 0; in reserve_bo_and_cond_vms()
720 ctx->kfd_bo.tv.bo = &bo->tbo; in reserve_bo_and_cond_vms()
721 ctx->kfd_bo.tv.num_shared = 1; in reserve_bo_and_cond_vms()
722 list_add(&ctx->kfd_bo.tv.head, &ctx->list); in reserve_bo_and_cond_vms()
1241 bo->kfd_bo = *mem; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
Damdgpu_object.h114 struct kgd_mem *kfd_bo; member
Damdgpu_object.c1328 if (abo->kfd_bo) in amdgpu_bo_release_notify()
Damdgpu_ttm.c172 if (abo->kfd_bo) in amdgpu_verify_access()