Home
last modified time | relevance | path

Searched refs:ctx_handles (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.c471 idr_remove(&mgr->ctx_handles, *id); in amdgpu_ctx_alloc()
503 ctx = idr_remove(&mgr->ctx_handles, id); in amdgpu_ctx_free()
523 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query()
561 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query2()
622 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_stable_pstate()
703 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_get()
852 idr_init_base(&mgr->ctx_handles, 1); in amdgpu_ctx_mgr_init()
864 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush()
890 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini()
920 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini()
[all …]
A Damdgpu_ctx.h66 struct idr ctx_handles; member
A Damdgpu_sched.c54 idr_for_each_entry(&fpriv->ctx_mgr.ctx_handles, ctx, id) in amdgpu_sched_process_priority_override()

Completed in 6 milliseconds