Home
last modified time | relevance | path

Searched refs:compute_ctx (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/misc/habanalabs/
Dcontext.c35 if ((hdev->in_debug) && (hdev->compute_ctx == ctx)) in hl_ctx_fini()
93 hdev->compute_ctx = ctx; in hl_ctx_create()
Ddevice.c60 hdev->compute_ctx = NULL; in hpriv_release()
367 if (!hdev->compute_ctx) in set_freq_to_low_job()
928 if (hdev->compute_ctx) { in hl_device_reset()
929 atomic_set(&hdev->compute_ctx->thread_ctx_switch_token, 1); in hl_device_reset()
930 hdev->compute_ctx->thread_ctx_switch_wait_token = 0; in hl_device_reset()
963 hdev->compute_ctx = NULL; in hl_device_reset()
1168 hdev->compute_ctx = NULL; in hl_device_init()
Dhabanalabs_drv.c132 if (hdev->compute_ctx) { in hl_device_open()
Ddebugfs.c373 ctx = hdev->compute_ctx; in mmu_show()
536 struct hl_ctx *ctx = hdev->compute_ctx; in device_va_to_pa()
Dhabanalabs.h1302 struct hl_ctx *compute_ctx; member
/Linux-v5.4/drivers/misc/habanalabs/goya/
Dgoya_hwmgr.c259 if (hdev->compute_ctx) { in pm_mng_profile_store()