Home
last modified time | relevance | path

Searched refs:amdgpu_ctx_mgr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c141 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()
204 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query()
240 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2()
313 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get()
439 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_init()
445 void amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_flush()
474 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_fini()
500 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_fini()
Damdgpu.h652 struct amdgpu_ctx_mgr { struct
674 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr); argument
675 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
676 void amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr);
677 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
690 struct amdgpu_ctx_mgr ctx_mgr;