Pr tech mm drm 1787227724 1 - #1727
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. Prevent that from happening when _dpu_core_perf_get_core_clk_rate() returns 0. Fixes: 25fdd59 ("drm/msm: Add SDM845 DPU support") Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/20260728-topic-dpu_power-v1-1-e7783b859a70@oss.qualcomm.comSigned-off-by: Mahadevan P <[email protected]>
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 <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] [mahadevan: adapted to this branch - the downstream DP MST series consolidated msm_dp_ctrl_off_link_stream() and msm_dp_ctrl_off() into msm_dp_ctrl_off_link(), so the vote drop is removed from 3 call sites instead of the 4 upstream. The upstream hunk targeting msm_dp_ctrl_off_link_stream() is therefore dropped.] Signed-off-by: Mahadevan P <[email protected]>
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 call to it. Every call site of ops->link_clk_disable() is followed by pm_runtime_put(), so the power vote will be rescinded if deemed safe. Fixes: 32d3e0f ("drm/msm: dsi: Use OPP API to set clk/perf state") Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20260728-topic-dpu_power-v1-3-e7783b859a70@oss.qualcomm.comSigned-off-by: Mahadevan P <[email protected]>
🔨 Build Failure Analysis — PR #1727PR: #1727
VerdictThis is not a compilation failure. The build failed during the automerge/integration step when attempting to merge PR #1727 with the 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1727PR: #1727
VerdictAll 3 merge conflicts are introduced by this PR conflicting with the existing 📎 Detailed analysis: Full report |
PR #1727 — validate-patchPR: #1727
Final Summary
|
PR #1727 — checker-log-analyzerPR: #1727
Detailed report: Full report
|
No description provided.