Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c602 struct amdgpu_bo_list_entry kfd_bo; /* BO list entry for the KFD BO */ member
643 ctx->kfd_bo.priority = 0; in reserve_bo_and_vm()
644 ctx->kfd_bo.tv.bo = &bo->tbo; in reserve_bo_and_vm()
645 ctx->kfd_bo.tv.num_shared = 1; in reserve_bo_and_vm()
646 list_add(&ctx->kfd_bo.tv.head, &ctx->list); in reserve_bo_and_vm()
706 ctx->kfd_bo.priority = 0; in reserve_bo_and_cond_vms()
707 ctx->kfd_bo.tv.bo = &bo->tbo; in reserve_bo_and_cond_vms()
708 ctx->kfd_bo.tv.num_shared = 1; in reserve_bo_and_cond_vms()
709 list_add(&ctx->kfd_bo.tv.head, &ctx->list); in reserve_bo_and_cond_vms()
1228 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()