Things generally run better when plugged in. That also happens to hold for clocks. To ensure that is the case, remove calls that drop the performance state votes while the clocks are still running.
This helps Glymur devices not crash upon resume when a display (incl. the internal one) is plugged in. The DSI patch is compile-tested only. Signed-off-by: Konrad Dybcio <[email protected]> --- Konrad Dybcio (3): drm/msm/dpu: Drop sneaky dev_pm_opp_set_rate(0) drm/msm/dp: Drop dev_pm_opp_set_rate(0) drm/msm/dsi: Drop dev_pm_opp_set_rate(0) drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 4 ++++ drivers/gpu/drm/msm/dp/dp_ctrl.c | 6 +----- drivers/gpu/drm/msm/dsi/dsi_host.c | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) --- base-commit: 0d33d21e47d9dc66f91e44da3fc9220c74d93df7 change-id: 20260728-topic-dpu_power-23f5913b1194 Best regards, -- Konrad Dybcio <[email protected]>
