Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A 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()
H A Dradeon.h1629 unsigned long dynpm_action_timeout; member