diff options
author | 2022-12-13 15:54:48 +0000 | |
---|---|---|
committer | 2023-01-13 20:53:44 +0100 | |
commit | 450316dc4f41e857c928dfbcc495c3810d4b1928 (patch) | |
tree | 8c5c920e2389a0920c6dc1f0ac2f068e8cb34e17 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 6.2-rc3 (diff) | |
download | wireguard-linux-450316dc4f41e857c928dfbcc495c3810d4b1928.tar.xz wireguard-linux-450316dc4f41e857c928dfbcc495c3810d4b1928.zip |
PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPEND
pm_runtime_force_suspend() cannot be used with DPM_FLAG_SMART_SUSPEND, so
note this in the kerneldoc.
If DPM_FLAG_SMART_SUSPEND is set and the PM core cannot skip system resume
it will call pm_runtime_active() on the driver. This can lead to an
inconsistent state where:
pm_runtime_force_suspend() called ->runtime_suspend
but
device_resume_noirq() called pm_runtime_set_active()
This leaves the driver actually suspended but marked as active.
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions