diff options
author | Krishna chaitanya chundru <[email protected]> | 2024-08-16 20:47:23 +0530 |
---|---|---|
committer | Will Deacon <[email protected]> | 2024-08-23 16:07:26 +0100 |
commit | db9e7a83d30821ba50a84e9726099946900abde8 (patch) | |
tree | 736b80914135446a78ce961e15fd04d1614c8e25 | |
parent | b94b05478fb6a09033bf70c6edd03f8930a0fe24 (diff) |
perf/dwc_pcie: Add support for QCOM vendor devices
Update the vendor table with QCOM PCIe vendorid.
Signed-off-by: Krishna chaitanya chundru <[email protected]>
Reviewed-by: Yicong Yang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
-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 */ }; |