OSDN Git Service

ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 31 Mar 2023 16:08:42 +0000 (11:08 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 6 Apr 2023 18:41:14 +0000 (20:41 +0200)
commit10b6b4a8ac6120ec36555fd286eed577f7632e3b
tree776a43139db6cf801ca24a592adb3a395a0797a8
parent7e364e56293bb98cae1b55fd835f5991c4e96e7d
ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable

Picasso was the first APU that introduced s2idle support from AMD,
and it was predating before vendors started to use `StorageD3Enable`
in their firmware.

Windows doesn't have problems with this hardware and NVME so it was
likely on the list of hardcoded CPUs to use this behavior in Windows.

Add it to the list for Linux to avoid NVME resume issues.

Reported-by: Stuart Axon <stuaxo2@yahoo.com>
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2449
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/utils.c