Home
last modified time | relevance | path

Searched refs:is_compute_ctx_active (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/accel/habanalabs/goya/
H A Dgoya_hwmgr.c264 if (hdev->is_compute_ctx_active) { in pm_mng_profile_store()
H A Dgoya.c840 if (!hdev->is_compute_ctx_active) in goya_set_freq_to_low_job()
/linux/drivers/accel/habanalabs/common/
H A Dcontext.c186 hdev->is_compute_ctx_active = true; in hl_ctx_create()
H A Ddevice.c530 hdev->is_compute_ctx_active = false; in hpriv_release()
1535 if (hdev->is_compute_ctx_active) in handle_reset_trigger()
1860 hdev->is_compute_ctx_active = false; in hl_device_reset()
2281 hdev->is_compute_ctx_active = false; in hl_device_init()
H A Dhabanalabs_drv.c231 if (hdev->is_compute_ctx_active) { in hl_device_open()
H A Dhabanalabs_ioctl.c538 open_stats_info.is_compute_ctx_active = hdev->is_compute_ctx_active; in open_stats_info()
H A Ddebugfs.c812 if (hdev->is_compute_ctx_active) { in hl_memory_scrub()
/linux/include/uapi/drm/
H A Dhabanalabs_accel.h1057 __u8 is_compute_ctx_active; member