Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ctx.c497 idr_remove(&mgr->ctx_handles, *id); in amdgpu_ctx_alloc()
529 ctx = idr_remove(&mgr->ctx_handles, id); in amdgpu_ctx_free()
549 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query()
587 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_query2()
649 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_stable_pstate()
740 ctx = idr_find(&mgr->ctx_handles, id); in amdgpu_ctx_get()
889 idr_init_base(&mgr->ctx_handles, 1); in amdgpu_ctx_mgr_init()
901 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush()
927 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini()
957 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini()
[all …]
H A Damdgpu_ctx.h67 struct idr ctx_handles; member
H A Damdgpu_sched.c60 idr_for_each_entry(&mgr->ctx_handles, ctx, id) in amdgpu_sched_process_priority_override()