Searched refs:ctx_mgr (Results 1 – 5 of 5) sorted by relevance
141 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()188 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()210 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query()245 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query2()318 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_get()
67 idr_for_each_entry(&fpriv->ctx_mgr.ctx_handles, ctx, id) in amdgpu_sched_process_priority_override()
900 amdgpu_ctx_mgr_init(&fpriv->ctx_mgr); in amdgpu_driver_open_kms()963 amdgpu_ctx_mgr_fini(&fpriv->ctx_mgr); in amdgpu_driver_postclose_kms()
1072 amdgpu_ctx_mgr_entity_flush(&fpriv->ctx_mgr); in amdgpu_flush()
690 struct amdgpu_ctx_mgr ctx_mgr; member