Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_pm.c1883 rdev->pm.dynpm_action_timeout = jiffies + in radeon_dynpm_idle_work_handler()
1893 rdev->pm.dynpm_action_timeout = jiffies + in radeon_dynpm_idle_work_handler()
1902 time_after(jiffies, rdev->pm.dynpm_action_timeout)) { in radeon_dynpm_idle_work_handler()
Dradeon.h1667 unsigned long dynpm_action_timeout; member