Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_pm.c1921 rdev->pm.dynpm_action_timeout = jiffies + in radeon_dynpm_idle_work_handler()
1931 rdev->pm.dynpm_action_timeout = jiffies + in radeon_dynpm_idle_work_handler()
1940 jiffies > rdev->pm.dynpm_action_timeout) { in radeon_dynpm_idle_work_handler()
H A Dradeon.h1645 unsigned long dynpm_action_timeout; member