public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-5.4.y 0/3] db845c(sdm845) PM runtime fixes
@ 2024-01-29 10:38 Amit Pundir
  2024-01-29 10:39 ` [PATCH for-v5.4.y 1/3] PM: runtime: add devm_pm_runtime_enable helper Amit Pundir
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Amit Pundir @ 2024-01-29 10:38 UTC (permalink / raw)
  To: Greg KH, Stable, Sasha Levin, Konrad Dybcio, Dmitry Baryshkov,
	Douglas Anderson

Hi,

v5.4.y commit 31b169a8bed7 ("drm/msm/dsi: Use pm_runtime_resume_and_get
to prevent refcnt leaks"), which is commit 3d07a411b4fa upstream, broke
display on Dragonboard 845c(sdm845). Cherry-picking commit 6ab502bc1cf3
("drm/msm/dsi: Enable runtime PM") from the original patch series
https://patchwork.freedesktop.org/series/119583/
and it's dependent runtime PM helper routines as suggested by Dmitry
https://lore.kernel.org/stable/CAA8EJpo7q9qZbgXHWe7SuQFh0EWW0ZxGL5xYX4nckoFGoGAtPw@mail.gmail.com
fixes that display regression on DB845c.

Dmitry Baryshkov (1):
  PM: runtime: add devm_pm_runtime_enable helper

Douglas Anderson (1):
  PM: runtime: Have devm_pm_runtime_enable() handle
    pm_runtime_dont_use_autosuspend()

Konrad Dybcio (1):
  drm/msm/dsi: Enable runtime PM

 drivers/base/power/runtime.c          | 22 ++++++++++++++++++++++
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c |  4 ++++
 include/linux/pm_runtime.h            |  9 +++++++++
 3 files changed, 35 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-21 10:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 10:38 [PATCH for-5.4.y 0/3] db845c(sdm845) PM runtime fixes Amit Pundir
2024-01-29 10:39 ` [PATCH for-v5.4.y 1/3] PM: runtime: add devm_pm_runtime_enable helper Amit Pundir
2024-01-29 10:39 ` [PATCH for-v5.4.y 2/3] PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosuspend() Amit Pundir
2024-01-29 10:39 ` [PATCH for-v5.4.y 3/3] drm/msm/dsi: Enable runtime PM Amit Pundir
2024-01-29 16:21 ` [PATCH for-5.4.y 0/3] db845c(sdm845) PM runtime fixes Greg KH
2024-01-29 17:29   ` Amit Pundir
2024-01-29 17:42     ` Greg KH
2024-01-30 13:52     ` Amit Pundir
2024-02-21 10:39       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox