Skip to content

Commit db9e7a8

Browse files
Krishna chaitanya chundruwilldeacon
authored andcommitted
perf/dwc_pcie: Add support for QCOM vendor devices
Update the vendor table with QCOM PCIe vendorid. Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com> Reviewed-by: Yicong Yang <yangyicong@hisilicon.com> Link: https://lore.kernel.org/r/20240816-dwc_pmu_fix-v2-4-198b8ab1077c@quicinc.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent b94b054 commit db9e7a8

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
@@ -107,6 +107,7 @@ struct dwc_pcie_vendor_id {
107107

108108
static const struct dwc_pcie_vendor_id dwc_pcie_vendor_ids[] = {
109109
{.vendor_id = PCI_VENDOR_ID_ALIBABA },
110+
{.vendor_id = PCI_VENDOR_ID_QCOM },
110111
{} /* terminator */
111112
};
112113

0 commit comments

Comments
 (0)