summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorLizhi Hou <lizhi.hou@amd.com>2025-09-23 18:22:29 +0300
committerLizhi Hou <lizhi.hou@amd.com>2025-09-24 23:47:59 +0300
commit063db451832b8849faf1b0b8404b3a6a39995b29 (patch)
treea54610588099458ea9e4df5a7915ab38178c21e8 /include/linux/timerqueue.h
parent90315cd293f321ada7bbd43a59636716e102d68a (diff)
downloadlinux-063db451832b8849faf1b0b8404b3a6a39995b29.tar.xz
accel/amdxdna: Enhance runtime power management
Currently, pm_runtime_resume_and_get() is invoked in the driver's open callback, and pm_runtime_put_autosuspend() is called in the close callback. As a result, the device remains active whenever an application opens it, even if no I/O is performed, leading to unnecessary power consumption. Move the runtime PM calls to the AIE2 callbacks that actually interact with the hardware. The device will automatically suspend after 5 seconds of inactivity (no hardware accesses and no pending commands), and it will be resumed on the next hardware access. Reviewed-by: Karol Wachowski <karol.wachowski@linux.intel.com> Signed-off-by: Lizhi Hou <lizhi.hou@amd.com> Link: https://lore.kernel.org/r/20250923152229.1303625-1-lizhi.hou@amd.com
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions