]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf/dwc_pcie: Add support for QCOM vendor devices
authorKrishna chaitanya chundru <quic_krichai@quicinc.com>
Fri, 16 Aug 2024 15:17:23 +0000 (20:47 +0530)
committerWill Deacon <will@kernel.org>
Fri, 23 Aug 2024 15:07:26 +0000 (16:07 +0100)
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>
drivers/perf/dwc_pcie_pmu.c

index f205ecad2e4c0620e8cad5691b4e2409e3edd5a1..4ca50f9b6dfed855e94e40dfb1101900b02046b3 100644 (file)
@@ -107,6 +107,7 @@ struct dwc_pcie_vendor_id {
 
 static const struct dwc_pcie_vendor_id dwc_pcie_vendor_ids[] = {
        {.vendor_id = PCI_VENDOR_ID_ALIBABA },
+       {.vendor_id = PCI_VENDOR_ID_QCOM },
        {} /* terminator */
 };