diff options
author | Krishna chaitanya chundru <quic_krichai@quicinc.com> | 2024-08-16 18:17:23 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-08-23 18:07:26 +0300 |
commit | db9e7a83d30821ba50a84e9726099946900abde8 (patch) | |
tree | 736b80914135446a78ce961e15fd04d1614c8e25 /drivers | |
parent | b94b05478fb6a09033bf70c6edd03f8930a0fe24 (diff) | |
download | linux-db9e7a83d30821ba50a84e9726099946900abde8.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/perf/dwc_pcie_pmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/perf/dwc_pcie_pmu.c b/drivers/perf/dwc_pcie_pmu.c index f205ecad2e4c..4ca50f9b6dfe 100644 --- a/drivers/perf/dwc_pcie_pmu.c +++ b/drivers/perf/dwc_pcie_pmu.c @@ -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 */ }; |