Home
last modified time | relevance | path

Searched refs:ctx_mgr (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ctx.c234 fpriv = container_of(ctx->ctx_mgr, struct amdgpu_fpriv, ctx_mgr); in amdgpu_ctx_init_entity()
351 ctx->ctx_mgr = &(fpriv->ctx_mgr); in amdgpu_ctx_init()
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()
547 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query()
585 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query2()
647 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_stable_pstate()
737 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_get()
H A Damdgpu_ctx.h60 struct amdgpu_ctx_mgr *ctx_mgr; member
H A Damdgpu_sched.c58 mgr = &fpriv->ctx_mgr; in amdgpu_sched_process_priority_override()
H A Damdgpu_fdinfo.c83 amdgpu_ctx_mgr_usage(&fpriv->ctx_mgr, usage); in amdgpu_show_fdinfo()
H A Damdgpu_kms.c1296 amdgpu_ctx_mgr_init(&fpriv->ctx_mgr, adev); in amdgpu_driver_open_kms()
1363 amdgpu_ctx_mgr_fini(&fpriv->ctx_mgr); in amdgpu_driver_postclose_kms()
H A Damdgpu.h475 struct amdgpu_ctx_mgr ctx_mgr; member
H A Damdgpu_drv.c2756 timeout = amdgpu_ctx_mgr_entity_flush(&fpriv->ctx_mgr, timeout); in amdgpu_flush()