X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 1/2] platform/x86/amd/pmf: Add new ACPI ID AMDI0107
@ 2024-07-23 13:24 Shyam Sundar S K
  2024-07-23 13:24 ` [PATCH 2/2] platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled Shyam Sundar S K
  2024-07-30 12:38 ` [PATCH 1/2] platform/x86/amd/pmf: Add new ACPI ID AMDI0107 Ilpo Järvinen
  0 siblings, 2 replies; 6+ messages in thread
From: Shyam Sundar S K @ 2024-07-23 13:24 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen
  Cc: platform-driver-x86, Patil.Reddy, Shyam Sundar S K

Add new ACPI ID AMDI0107 used by upcoming AMD platform to the PMF
supported list of devices.

Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
---
 drivers/platform/x86/amd/pmf/core.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/platform/x86/amd/pmf/core.c b/drivers/platform/x86/amd/pmf/core.c
index 2d6e2558863c..8f1f719befa3 100644
--- a/drivers/platform/x86/amd/pmf/core.c
+++ b/drivers/platform/x86/amd/pmf/core.c
@@ -41,6 +41,7 @@
 #define AMD_CPU_ID_RMB			0x14b5
 #define AMD_CPU_ID_PS			0x14e8
 #define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT	0x1507
+#define PCI_DEVICE_ID_AMD_1AH_M60H_ROOT	0x1122
 
 #define PMF_MSG_DELAY_MIN_US		50
 #define RESPONSE_REGISTER_LOOP_MAX	20000
@@ -249,6 +250,7 @@ static const struct pci_device_id pmf_pci_ids[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_AMD, AMD_CPU_ID_RMB) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_AMD, AMD_CPU_ID_PS) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M20H_ROOT) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M60H_ROOT) },
 	{ }
 };
 
@@ -382,6 +384,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
 	{"AMDI0102", 0},
 	{"AMDI0103", 0},
 	{"AMDI0105", 0},
+	{"AMDI0107", 0},
 	{ }
 };
 MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-30 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 13:24 [PATCH 1/2] platform/x86/amd/pmf: Add new ACPI ID AMDI0107 Shyam Sundar S K
2024-07-23 13:24 ` [PATCH 2/2] platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled Shyam Sundar S K
2024-07-29 11:55   ` Ilpo Järvinen
2024-07-30 14:27     ` Shyam Sundar S K
2024-07-30 12:38 ` [PATCH 1/2] platform/x86/amd/pmf: Add new ACPI ID AMDI0107 Ilpo Järvinen
2024-07-30 12:47   ` Shyam Sundar S K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox