Searched refs:ctx_mgr (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/lima/ |
A D | lima_drv.c | 150 ctx = lima_ctx_get(&priv->ctx_mgr, args->ctx); in lima_ioctl_gem_submit() 197 return lima_ctx_create(ldev, &priv->ctx_mgr, &args->id); in lima_ioctl_ctx_create() 208 return lima_ctx_free(&priv->ctx_mgr, args->id); in lima_ioctl_ctx_free() 227 lima_ctx_mgr_init(&priv->ctx_mgr); in lima_drm_driver_open() 241 lima_ctx_mgr_fini(&priv->ctx_mgr); in lima_drm_driver_postclose()
|
A D | lima_drv.h | 24 struct lima_ctx_mgr ctx_mgr; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ctx.c | 315 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() 384 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query() 422 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query2() 518 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_get()
|
A D | amdgpu_fdinfo.c | 98 total = amdgpu_ctx_mgr_fence_usage(&fpriv->ctx_mgr, in amdgpu_show_fdinfo()
|
A D | amdgpu_sched.c | 54 idr_for_each_entry(&fpriv->ctx_mgr.ctx_handles, ctx, id) in amdgpu_sched_process_priority_override()
|
A D | amdgpu_kms.c | 1221 amdgpu_ctx_mgr_init(&fpriv->ctx_mgr); in amdgpu_driver_open_kms() 1286 amdgpu_ctx_mgr_fini(&fpriv->ctx_mgr); in amdgpu_driver_postclose_kms()
|
A D | amdgpu.h | 493 struct amdgpu_ctx_mgr ctx_mgr; member
|
A D | amdgpu_drv.c | 2444 timeout = amdgpu_ctx_mgr_entity_flush(&fpriv->ctx_mgr, timeout); in amdgpu_flush()
|
/linux/drivers/misc/habanalabs/common/ |
A D | habanalabs_drv.c | 142 hl_ctx_mgr_init(&hpriv->ctx_mgr); in hl_device_open() 198 hl_ctx_mgr_fini(hpriv->hdev, &hpriv->ctx_mgr); in hl_device_open()
|
A D | context.c | 138 struct hl_ctx_mgr *mgr = &hpriv->ctx_mgr; in hl_ctx_create()
|
A D | device.c | 148 hl_ctx_mgr_fini(hdev, &hpriv->ctx_mgr); in hl_device_release()
|
A D | habanalabs.h | 1802 struct hl_ctx_mgr ctx_mgr; member
|
Completed in 41 milliseconds