]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: PM: s2idle: Use LPS0 idle if ACPI_FADT_LOW_POWER_S0 is unset
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 Jul 2022 18:51:13 +0000 (20:51 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 15 Jul 2022 18:04:19 +0000 (20:04 +0200)
commitf43b4ac3eeb53913355ac700f1fe9d3a89ed5369
treedcb8999ce3fbc981ee921353118e53d17a5927b7
parentb9324c5efdc053465726d7b9b4103144aa91598c
ACPI: PM: s2idle: Use LPS0 idle if ACPI_FADT_LOW_POWER_S0 is unset

If the PNP0D80 device is present and its _DSM appears to be valid,
there is no reason to avoid using it even if ACPI_FADT_LOW_POWER_S0
is unset in the FADT, because suspend-to-idle may be the only way to
suspend the system if S3 is not supported by the platform, so do not
return early from lps0_device_attach() in that case.

However, still check ACPI_FADT_LOW_POWER_S0 when deciding whether or
not suspend-to-idle should be the default system suspend method.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
drivers/acpi/x86/s2idle.c