Searched refs:ctx_mgr (Results 1 – 11 of 11) sorted by relevance
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()
24 struct lima_ctx_mgr ctx_mgr; member
240 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc()287 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free()309 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query()344 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_query2()416 mgr = &fpriv->ctx_mgr; in amdgpu_ctx_get()
83 mgr = &fpriv->ctx_mgr; in amdgpu_sched_process_priority_override()
1059 amdgpu_ctx_mgr_init(&fpriv->ctx_mgr); in amdgpu_driver_open_kms()1122 amdgpu_ctx_mgr_fini(&fpriv->ctx_mgr); in amdgpu_driver_postclose_kms()
463 struct amdgpu_ctx_mgr ctx_mgr; member
1494 timeout = amdgpu_ctx_mgr_entity_flush(&fpriv->ctx_mgr, timeout); in amdgpu_flush()
116 hl_ctx_mgr_init(&hpriv->ctx_mgr); in hl_device_open()170 hl_ctx_mgr_fini(hpriv->hdev, &hpriv->ctx_mgr); in hl_device_open()
75 struct hl_ctx_mgr *mgr = &hpriv->ctx_mgr; in hl_ctx_create()
87 hl_ctx_mgr_fini(hpriv->hdev, &hpriv->ctx_mgr); in hl_device_release()
1196 struct hl_ctx_mgr ctx_mgr; member