Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gpuvm.c640 struct amdgpu_bo_list_entry kfd_bo; /* BO list entry for the KFD BO */ member
681 ctx->kfd_bo.robj = bo; in reserve_bo_and_vm()
682 ctx->kfd_bo.priority = 0; in reserve_bo_and_vm()
683 ctx->kfd_bo.tv.bo = &bo->tbo; in reserve_bo_and_vm()
684 ctx->kfd_bo.tv.shared = true; in reserve_bo_and_vm()
685 ctx->kfd_bo.user_pages = NULL; in reserve_bo_and_vm()
686 list_add(&ctx->kfd_bo.tv.head, &ctx->list); in reserve_bo_and_vm()
746 ctx->kfd_bo.robj = bo; in reserve_bo_and_cond_vms()
747 ctx->kfd_bo.priority = 0; in reserve_bo_and_cond_vms()
748 ctx->kfd_bo.tv.bo = &bo->tbo; in reserve_bo_and_cond_vms()
[all …]
Damdgpu_mn.c325 struct kgd_mem *mem = bo->kfd_bo; in amdgpu_mn_invalidate_range_start_hsa()
450 bo->kfd_bo ? AMDGPU_MN_TYPE_HSA : AMDGPU_MN_TYPE_GFX; in amdgpu_mn_register()
Damdgpu_object.h107 struct kgd_mem *kfd_bo; member
Damdgpu_object.c95 if (bo->kfd_bo) in amdgpu_bo_destroy()
Damdgpu_ttm.c306 if (abo->kfd_bo) in amdgpu_verify_access()