Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.h57 struct amdgpu_ctx_mgr { struct
86 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr);
87 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
88 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout);
89 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
H A Damdgpu_ctx.c240 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()
287 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()
303 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query()
339 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2()
411 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get()
560 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_init()
566 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()
620 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_fini()
H A Damdgpu.h463 struct amdgpu_ctx_mgr ctx_mgr;