Skip to content

Commit a8786da

Browse files
ilkka-koskinenopsiff
authored andcommitted
perf/dwc_pcie: Add support for Ampere SoCs
commit 83d511c upstream. 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> [ Backport from v6.13 ] Signed-off-by: Jing Zhang <renyu.zj@linux.alibaba.com> Signed-off-by: WangYuli <wangyuli@uniontech.com>
1 parent 85b8358 commit a8786da

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)