Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.h34 struct amdgpu_ctx_mgr;
47 struct amdgpu_ctx_mgr *mgr;
62 struct amdgpu_ctx_mgr { struct
92 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr,
94 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
95 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout);
96 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
97 void amdgpu_ctx_mgr_usage(struct amdgpu_ctx_mgr *mgr,
Damdgpu_ctx.c303 static int amdgpu_ctx_init(struct amdgpu_ctx_mgr *mgr, int32_t priority, in amdgpu_ctx_init()
391 struct amdgpu_ctx_mgr *mgr = ctx->mgr; in amdgpu_ctx_fini()
452 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()
499 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()
515 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query()
554 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2()
614 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_stable_pstate()
695 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get()
845 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr, in amdgpu_ctx_mgr_init()
858 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout) in amdgpu_ctx_mgr_entity_flush()
[all …]
Damdgpu.h484 struct amdgpu_ctx_mgr ctx_mgr;