Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_pm.c1882 rdev->pm.dynpm_action_timeout = jiffies + in radeon_dynpm_idle_work_handler()
1892 rdev->pm.dynpm_action_timeout = jiffies + in radeon_dynpm_idle_work_handler()
1901 time_after(jiffies, rdev->pm.dynpm_action_timeout)) { in radeon_dynpm_idle_work_handler()
Dradeon.h1630 unsigned long dynpm_action_timeout; member