Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ctx.c143 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()
190 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()
206 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query()
242 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2()
315 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get()
441 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_init()
447 void amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_flush()
476 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_fini()
502 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_fini()
H A Damdgpu.h657 struct amdgpu_ctx_mgr { struct
679 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr); argument
680 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
681 void amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr);
682 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
695 struct amdgpu_ctx_mgr ctx_mgr;