diff options
| author | Rafael J. Wysocki <[email protected]> | 2023-04-14 15:15:32 +0200 | 
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2023-04-14 15:15:32 +0200 | 
| commit | a3babdb7a8f73c3d8965b245fe1b758b87538912 (patch) | |
| tree | 01693b8612817f3579c13445cf4489a5d2cc06d8 /drivers/acpi/x86/utils.c | |
| parent | 05cda427126f30ce3fc8ffd82fd6f5196398d502 (diff) | |
| parent | 10b6b4a8ac6120ec36555fd286eed577f7632e3b (diff) | |
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/x86/utils.c')
| -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 */  |