diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-04-14 15:15:32 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-04-14 15:15:32 +0200 |
commit | a3babdb7a8f73c3d8965b245fe1b758b87538912 (patch) | |
tree | 01693b8612817f3579c13445cf4489a5d2cc06d8 /drivers/acpi | |
parent | ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CBA (diff) | |
parent | ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable (diff) | |
download | linux-a3babdb7a8f73c3d8965b245fe1b758b87538912.tar.xz linux-a3babdb7a8f73c3d8965b245fe1b758b87538912.zip |
Merge branch 'acpi-x86'
Merge a quirk to force StorageD3Enable on AMD Picasso systems (Mario
Limonciello).
* acpi-x86:
ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/x86/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c index da5727069d85..ba420a28a4aa 100644 --- a/drivers/acpi/x86/utils.c +++ b/drivers/acpi/x86/utils.c @@ -213,6 +213,7 @@ bool acpi_device_override_status(struct acpi_device *adev, unsigned long long *s disk in the system. */ static const struct x86_cpu_id storage_d3_cpu_ids[] = { + X86_MATCH_VENDOR_FAM_MODEL(AMD, 23, 24, NULL), /* Picasso */ X86_MATCH_VENDOR_FAM_MODEL(AMD, 23, 96, NULL), /* Renoir */ X86_MATCH_VENDOR_FAM_MODEL(AMD, 23, 104, NULL), /* Lucienne */ X86_MATCH_VENDOR_FAM_MODEL(AMD, 25, 80, NULL), /* Cezanne */ |