Home
last modified time | relevance | path

Searched refs:idle_work_unexecuted (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v1_0.c257 bool idle_work_unexecuted; in vcn_v1_0_suspend() local
259 idle_work_unexecuted = cancel_delayed_work_sync(&adev->vcn.idle_work); in vcn_v1_0_suspend()
260 if (idle_work_unexecuted) { in vcn_v1_0_suspend()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v1_0.c260 bool idle_work_unexecuted; in vcn_v1_0_suspend() local
262 idle_work_unexecuted = cancel_delayed_work_sync(&adev->vcn.idle_work); in vcn_v1_0_suspend()
263 if (idle_work_unexecuted) { in vcn_v1_0_suspend()

Completed in 5 milliseconds