stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Amit Pundir <amit.pundir@linaro.org>
Cc: Greg KH <gregkh@linuxfoundation.org>,
	Sasha Levin <sashal@kernel.org>,  Stable <stable@vger.kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>
Subject: Re: [PATCH for-5.4.y] drm/msm/dsi: Enable runtime PM
Date: Mon, 29 Jan 2024 08:14:46 +0200	[thread overview]
Message-ID: <CAA8EJpo7q9qZbgXHWe7SuQFh0EWW0ZxGL5xYX4nckoFGoGAtPw@mail.gmail.com> (raw)
In-Reply-To: <20240129054623.3169507-1-amit.pundir@linaro.org>

On Mon, 29 Jan 2024 at 07:46, Amit Pundir <amit.pundir@linaro.org> wrote:
>
> From: Konrad Dybcio <konrad.dybcio@linaro.org>
>
> [ Upstream commit 6ab502bc1cf3147ea1d8540d04b83a7a4cb6d1f1 ]
>
> Some devices power the DSI PHY/PLL through a power rail that we model
> as a GENPD. Enable runtime PM to make it suspendable.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Patchwork: https://patchwork.freedesktop.org/patch/543352/
> Link: https://lore.kernel.org/r/20230620-topic-dsiphy_rpm-v2-2-a11a751f34f0@linaro.org
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Stable-dep-of: 3d07a411b4fa ("drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks")
> Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
> ---
> Rebased to v5.4.y: s/devm_pm_runtime_enable/pm_runtime_enable

This leaks pm runtime enablement past the DSI PHY probe/remove cycle.
Either the devm_pm_runtime_enable() API should be included into the
backport, or ite emulation via devm_add_action_or_reset().

>
> Alternate solution maybe to revert the problematic commit 31b169a8bed7
> ("drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks")
> from v5.4.y which broke display on DB845c.
>
>  drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c
> index 1582386fe162..30f07b8a5421 100644
> --- a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c
> +++ b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c
> @@ -606,6 +606,8 @@ static int dsi_phy_driver_probe(struct platform_device *pdev)
>                         goto fail;
>         }
>
> +       pm_runtime_enable(&pdev->dev);
> +
>         /* PLL init will call into clk_register which requires
>          * register access, so we need to enable power and ahb clock.
>          */
> --
> 2.25.1
>


-- 
With best wishes
Dmitry

  reply	other threads:[~2024-01-29  6:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29  5:46 [PATCH for-5.4.y] drm/msm/dsi: Enable runtime PM Amit Pundir
2024-01-29  6:14 ` Dmitry Baryshkov [this message]
2024-01-29 10:34   ` Amit Pundir

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAA8EJpo7q9qZbgXHWe7SuQFh0EWW0ZxGL5xYX4nckoFGoGAtPw@mail.gmail.com \
    --to=dmitry.baryshkov@linaro.org \
    --cc=amit.pundir@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).