Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.h58 struct amdgpu_ctx_mgr { struct
87 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr);
88 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
89 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout);
90 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
91 ktime_t amdgpu_ctx_mgr_fence_usage(struct amdgpu_ctx_mgr *mgr, uint32_t hwip,
A Damdgpu_ctx.c315 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()
362 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()
378 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query()
417 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2()
513 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get()
662 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_init()
668 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout) in amdgpu_ctx_mgr_entity_flush()
694 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_fini()
722 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_fini()
780 ktime_t amdgpu_ctx_mgr_fence_usage(struct amdgpu_ctx_mgr *mgr, uint32_t hwip, in amdgpu_ctx_mgr_fence_usage()
A Damdgpu.h493 struct amdgpu_ctx_mgr ctx_mgr;

Completed in 16 milliseconds