]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: PM: Adjust behavior for field problems on AMD systems
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 17 Jun 2021 16:42:12 +0000 (11:42 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 18 Jun 2021 16:39:54 +0000 (18:39 +0200)
commit3fbed7437855359a2e2e25b2b9c0f9eb0d19f6e5
treeda35b604766452da07549de88e14e8fcc6706940
parentc88a6e888510dc302a7e8728ccb6402621676d55
ACPI: PM: Adjust behavior for field problems on AMD systems

Some AMD Systems with uPEP _HID AMD004/AMDI005 have an off by one bug
in their function mask return.  This means that they will call entrance
but not exit for matching functions.

Other AMD systems with this HID should use the Microsoft generic UUID.

AMD systems with uPEP HID AMDI006 should be using the Microsoft method.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Tested-by: Julian Sikorski <belegdol@gmail.com>
Tested-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/s2idle.c