projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94b054
)
perf/dwc_pcie: Add support for QCOM vendor devices
author
Krishna chaitanya chundru
<quic_krichai@quicinc.com>
Fri, 16 Aug 2024 15:17:23 +0000
(20:47 +0530)
committer
Will 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
patch
|
blob
|
history
diff --git
a/drivers/perf/dwc_pcie_pmu.c
b/drivers/perf/dwc_pcie_pmu.c
index
f205eca
..
4ca50f9
100644
(file)
--- 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 */
};