FROMLIST: PCI: qcom: Set max OPP before DBI access during resume#1145
FROMLIST: PCI: qcom: Set max OPP before DBI access during resume#1145ziyuezhang-123 wants to merge 1 commit into
Conversation
PR #1145 — validate-patchPR: #1145
|
PR #1145 — checker-log-analyzerPR: #1145
Detailed report: Full report
|
Before accessing DBI registers during resume, the OPP (Operating Performance Point) must be set to maximum to ensure the required voltage corner is available. Without this, DBI access may fail on some platforms. Refactor the open-coded max OPP selection in probe() into a helper qcom_pcie_set_max_opp(), and call it during resume before re-enabling the CPU-PCIe interconnect. Link: https://lore.kernel.org/r/20260416-setmaxopp-v1-1-6a74e2d945a0@oss.qualcomm.com Signed-off-by: Qiang Yu <qiang.yu@oss.qualcomm.com> Signed-off-by: Ziyue Zhang <ziyue.zhang@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1145PR: #1145
Verdict1 of 4 merge conflicts is directly introduced by this PR (overlap in 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1145PR: #1145
Verdict1 of 4 conflicts is directly introduced by this PR (overlap in 📎 Detailed analysis: Full report |
PR #1145 — validate-patchPR: #1145
|
PR #1145 — checker-log-analyzerPR: #1145
Detailed report: Full report
|
Before accessing DBI registers during resume, the OPP (Operating Performance Point) must be set to maximum to ensure the required voltage corner is available. Without this, DBI access may fail on some platforms.
Refactor the open-coded max OPP selection in probe() into a helper qcom_pcie_set_max_opp(), and call it during resume before re-enabling the CPU-PCIe interconnect.
Link: https://lore.kernel.org/r/20260416-setmaxopp-v1-1-6a74e2d945a0@oss.qualcomm.com