Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/ivpu/
Divpu_pm.c240 int ret, ret_d0i3; in ivpu_pm_runtime_suspend_cb() local
254 ret_d0i3 = ivpu_jsm_pwr_d0i3_enter(vdev); in ivpu_pm_runtime_suspend_cb()
255 if (ret_d0i3) in ivpu_pm_runtime_suspend_cb()
256 ivpu_err(vdev, "Failed to prepare for d0i3: %d\n", ret_d0i3); in ivpu_pm_runtime_suspend_cb()
262 if (!is_idle || ret_d0i3) { in ivpu_pm_runtime_suspend_cb()