Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.h56 struct amdgpu_ctx_mgr { struct
85 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr);
86 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
87 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout);
88 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
Damdgpu_ctx.c257 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()
301 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()
317 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query()
353 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2()
442 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get()
564 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_init()
570 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout) in amdgpu_ctx_mgr_entity_flush()
592 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_fini()
615 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_fini()
Damdgpu.h424 struct amdgpu_ctx_mgr ctx_mgr;