BACKPORT: drm/msm/dp: Drop dev_pm_opp_set_rate(0) - #1668
Conversation
dev_pm_opp_set_rate(0) removes the vote specified in required-opps but does not actually park the clock, making it run without the necessary power backing. Drop the explicit calls to it. Fixes: c943b49 ("drm/msm/dp: add displayPort driver support") Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/742781/ Link: https://lore.kernel.org/r/20260728-topic-dpu_power-v1-2-e7783b859a70@oss.qualcomm.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1668PR: #1668
VerdictAll 4 merge conflicts are pre-existing integration issues; none are introduced by this PR. The PR modifies only 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1668PR: #1668
VerdictThis PR does not introduce any compilation errors. The build failed during the automerge/integration step when merging topic branch 📎 Detailed analysis: Full report |
PR #1668 — validate-patchPR: #1668
Final Summary
|
PR #1668 — checker-log-analyzerPR: #1668
Detailed report: Full report
|
dev_pm_opp_set_rate(0) removes the vote specified in required-opps but does not actually park the clock, making it run without the necessary power backing. Drop the explicit calls to it.
Fixes: c943b49 ("drm/msm/dp: add displayPort driver support")
Reviewed-by: Dmitry Baryshkov dmitry.baryshkov@oss.qualcomm.com
Patchwork: https://patchwork.freedesktop.org/patch/742781/
Link: https://lore.kernel.org/r/20260728-topic-dpu_power-v1-2-e7783b859a70@oss.qualcomm.com
CRs-Fixed: 4553877