HomeSort by: relevance | last modified time | path
    Searched defs:kfd_bo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.h 116 struct kgd_mem *kfd_bo; member in struct:amdgpu_bo
amdgpu_amdkfd_gpuvm.c 581 struct amdgpu_bo_list_entry kfd_bo; /* BO list entry for the KFD BO */ member in struct:bo_vm_reservation_context
622 ctx->kfd_bo.priority = 0;
623 ctx->kfd_bo.tv.bo = &bo->tbo;
624 ctx->kfd_bo.tv.num_shared = 1;
625 list_add(&ctx->kfd_bo.tv.head, &ctx->list);
685 ctx->kfd_bo.priority = 0;
686 ctx->kfd_bo.tv.bo = &bo->tbo;
687 ctx->kfd_bo.tv.num_shared = 1;
688 list_add(&ctx->kfd_bo.tv.head, &ctx->list);
1207 bo->kfd_bo = *mem
    [all...]

Completed in 14 milliseconds