Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.h34 struct amdgpu_ctx_mgr;
47 struct amdgpu_ctx_mgr *mgr;
60 struct amdgpu_ctx_mgr *ctx_mgr;
63 struct amdgpu_ctx_mgr { struct
93 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr,
95 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
96 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout);
97 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
98 void amdgpu_ctx_mgr_usage(struct amdgpu_ctx_mgr *mgr,
H A Damdgpu_ctx.c409 struct amdgpu_ctx_mgr *mgr = ctx->mgr; in amdgpu_ctx_fini()
478 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()
525 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()
541 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query()
580 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2()
641 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_stable_pstate()
732 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get()
882 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr, in amdgpu_ctx_mgr_init()
921 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_fini()
949 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_fini()
[all …]
H A Damdgpu_sched.c41 struct amdgpu_ctx_mgr *mgr; in amdgpu_sched_process_priority_override()
H A Damdgpu.h471 struct amdgpu_ctx_mgr ctx_mgr;