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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gpuvm.c 2126 struct amdgpu_bo *gws_bo = (struct amdgpu_bo *)gws; local in function:amdgpu_amdkfd_add_gws_to_process
2138 (*mem)->bo = amdgpu_bo_ref(gws_bo);
2147 ret = amdgpu_bo_reserve(gws_bo, false);
2153 ret = amdgpu_amdkfd_bo_validate(gws_bo, AMDGPU_GEM_DOMAIN_GWS, true);
2162 ret = dma_resv_reserve_shared(gws_bo->tbo.base.resv, 1);
2165 amdgpu_bo_fence(gws_bo, &process_info->eviction_fence->base, true);
2166 amdgpu_bo_unreserve(gws_bo);
2173 amdgpu_bo_unreserve(gws_bo);
2178 amdgpu_bo_unref(&gws_bo);
2190 struct amdgpu_bo *gws_bo = kgd_mem->bo local in function:amdgpu_amdkfd_remove_gws_from_process
    [all...]

Completed in 12 milliseconds