Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ctx.c245 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()
296 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()
318 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query()
354 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query2()
442 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_get()
H A Damdgpu_sched.c79 idr_for_each_entry(&fpriv->ctx_mgr.ctx_handles, ctx, id) in amdgpu_sched_process_priority_override()
H A Damdgpu_kms.c1033 amdgpu_ctx_mgr_init(&fpriv->ctx_mgr); in amdgpu_driver_open_kms()
1095 amdgpu_ctx_mgr_fini(&fpriv->ctx_mgr); in amdgpu_driver_postclose_kms()
H A Damdgpu.h447 struct amdgpu_ctx_mgr ctx_mgr; member
H A Damdgpu_drv.c1353 timeout = amdgpu_ctx_mgr_entity_flush(&fpriv->ctx_mgr, timeout); in amdgpu_flush()