Skip to content

Commit 83d511c

Browse files
ilkka-koskinenwilldeacon
authored andcommitted
perf/dwc_pcie: Add support for Ampere SoCs
Add support for Ampere SoCs by adding Ampere's vendor ID to the vendor list. Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com> Link: https://lore.kernel.org/r/20241008231824.5102-2-ilkka@os.amperecomputing.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent bdc9a64 commit 83d511c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/perf/dwc_pcie_pmu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ struct dwc_pcie_vendor_id {
106106

107107
static const struct dwc_pcie_vendor_id dwc_pcie_vendor_ids[] = {
108108
{.vendor_id = PCI_VENDOR_ID_ALIBABA },
109+
{.vendor_id = PCI_VENDOR_ID_AMPERE },
109110
{.vendor_id = PCI_VENDOR_ID_QCOM },
110111
{} /* terminator */
111112
};

0 commit comments

Comments
 (0)