From: Andrzej Hajda <a.hajda@samsung.com>
To: linux-samsung-soc@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 00/10] drm/exynos: add pm_runtime support
Date: Mon, 21 Sep 2015 09:50:12 +0200 [thread overview]
Message-ID: <55FFB6B4.8060605@samsung.com> (raw)
In-Reply-To: <1441397752-6672-1-git-send-email-gustavo@padovan.org>
On 09/04/2015 10:15 PM, Gustavo Padovan wrote:
> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
>
> Hi,
>
> This series adds proper runtime PM suport to CRTCs and Encoders, so
> now instead of relying on 'suspended' or 'enabled' flags to track when
> the CRTC or Encoder is enabled we let the pm_runtime subsystem do it for us
> and remove all the flags. This is a important step to the atomic suspend/resume
> support that will land in drm anytime soon.
>
> Please review!
>
> Gustavo
The title is quite misleading, exynos_drm has already pm_runtime support :)
Could you explain more why do you want to change it, what are requirements of
atomic pm? What is wrong with the current one?
If I remember correctly one of arguments for replacing pm callbacks in
components by one centralized callback in exynos_drm_drv was to avoid issues
with non-deterministic order of calling components suspend callback.
Are there any recent changes in PM, DRM which invalidates the reason above?
On the other side your patchset adds implicit dependency on PM_SLEEP config
option, it should be avoided or at least it should be explicit.
Regards
Andrzej
next prev parent reply other threads:[~2015-09-21 7:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 20:15 [PATCH 00/10] drm/exynos: add pm_runtime support Gustavo Padovan
2015-09-04 20:15 ` [PATCH 01/10] drm/exynos: do not start enabling DP at bind() phase Gustavo Padovan
2015-09-04 20:15 ` [PATCH 02/10] drm/exynos: add pm_runtime to DP Gustavo Padovan
2015-09-04 20:15 ` [PATCH 03/10] drm/exynos: add pm_runtime to HDMI Gustavo Padovan
2015-09-04 20:15 ` [PATCH 04/10] drm/exynos: add pm_runtime to Mixer Gustavo Padovan
2015-09-04 20:15 ` [PATCH 05/10] drm/exynos: remove exynos_crtc commit() callback Gustavo Padovan
2015-09-04 20:15 ` [PATCH 06/10] drm/exynos: Remove " Gustavo Padovan
2015-09-04 20:15 ` [PATCH 07/10] drm/exynos: add pm_runtime to FIMD Gustavo Padovan
2015-09-19 3:53 ` Inki Dae
2015-10-12 13:19 ` Inki Dae
2015-09-04 20:15 ` [PATCH 08/10] drm/exynos: Enable DP clock directly from FIMD Gustavo Padovan
2015-09-19 3:51 ` Inki Dae
2015-10-12 13:19 ` Inki Dae
2015-09-04 20:15 ` [PATCH 09/10] drm/exynos: add pm_runtime to DECON 5433 Gustavo Padovan
2015-09-04 20:15 ` [PATCH 10/10] drm/exynos: add pm_runtime to DECON 7 Gustavo Padovan
2015-09-11 20:56 ` [PATCH 00/10] drm/exynos: add pm_runtime support Gustavo Padovan
2015-09-21 7:50 ` Andrzej Hajda [this message]
2015-10-04 15:14 ` Tobias Jakobi
2015-10-19 12:09 ` Inki Dae
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=55FFB6B4.8060605@samsung.com \
--to=a.hajda@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-samsung-soc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.