Hello, I was playing around with turbostat
and the s0ix debugging tools provided on 01.org and noticed some failures when testing s2idle
.
[ 880.618452] PM: Suspending system (s2idle)
[ 880.618455] printk: Suspending console(s) (use no_console_suspend to debug)
[ 880.619538] wlp170s0: deauthenticating from 94:83:c4:1f:4d:62 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 881.200712] PM: suspend of devices complete after 581.211 msecs
[ 881.200717] PM: start suspend of devices complete after 582.169 msecs
[ 881.200720] PM: suspend devices took 0.582 seconds
[ 881.215569] PM: late suspend of devices complete after 14.843 msecs
[ 881.241747] ACPI: EC: interrupt blocked
[ 881.308356] PM: noirq suspend of devices complete after 92.029 msecs
[ 881.308393] ACPI: \_SB_.PR00: LPI: Device not power manageable
[ 881.308398] ACPI: \_SB_.PR01: LPI: Device not power manageable
[ 881.308400] ACPI: \_SB_.PR02: LPI: Device not power manageable
[ 881.308402] ACPI: \_SB_.PR03: LPI: Device not power manageable
[ 881.308403] ACPI: \_SB_.PR04: LPI: Device not power manageable
[ 881.308405] ACPI: \_SB_.PR05: LPI: Device not power manageable
[ 881.308406] ACPI: \_SB_.PR06: LPI: Device not power manageable
[ 881.308407] ACPI: \_SB_.PR07: LPI: Device not power manageable
[ 881.308413] ACPI: \_SB_.PC00.RP10.PXSX: LPI: Device not power manageable
[ 881.308415] ACPI: \_SB_.PC00.HECI: LPI: Device not power manageable
[ 881.308417] ACPI: \_SB_.PC00.PEG0.PEGP: LPI: Constraint not met; min power state:D3hot current power state:D0
[ 881.308422] ACPI: \_SB_.PC00.GNA0: LPI: Device not power manageable
[ 881.310108] PM: suspend-to-idle
[ 893.693629] Timekeeping suspended for 11.610 seconds
[ 893.693860] ACPI: PM: Wakeup unrelated to ACPI SCI
[ 893.693863] PM: resume from suspend-to-idle
[ 893.696003] ACPI: EC: interrupt unblocked
[ 894.122699] PM: noirq resume of devices complete after 426.935 msecs
[ 894.126365] PM: early resume of devices complete after 3.551 msecs
[ 894.642587] PM: resume of devices complete after 516.134 msecs
[ 894.651955] PM: resume devices took 0.525 seconds
[ 894.651973] PM: Finishing wakeup.
[ 894.651975] OOM killer enabled.
[ 894.651976] Restarting tasks ...
I am curious if these \_SB_.PR0x
power management failures mean anything to anyone?
I am guessing these are platform features that are not suspending when the machine is put to sleep causing the suspend power drain.