From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Padovan Subject: Re: [PATCH 00/10] drm/exynos: add pm_runtime support Date: Fri, 11 Sep 2015 17:56:22 -0300 Message-ID: <20150911205622.GA31113@joana> References: <1441397752-6672-1-git-send-email-gustavo@padovan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-yk0-f196.google.com ([209.85.160.196]:33666 "EHLO mail-yk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753796AbbIKU40 (ORCPT ); Fri, 11 Sep 2015 16:56:26 -0400 Received: by ykdg206 with SMTP id g206so9353182ykd.0 for ; Fri, 11 Sep 2015 13:56:25 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1441397752-6672-1-git-send-email-gustavo@padovan.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: linux-samsung-soc@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, inki.dae@samsung.com, jy0922.shim@samsung.com, tjakobi@math.uni-bielefeld.de, Gustavo Padovan Hi Inki, Any comment on this series? Gustavo 2015-09-04 Gustavo Padovan : > From: Gustavo Padovan > > 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 > > Gustavo Padovan (10): > drm/exynos: do not start enabling DP at bind() phase > drm/exynos: add pm_runtime to DP > drm/exynos: add pm_runtime to HDMI > drm/exynos: add pm_runtime to Mixer > drm/exynos: remove exynos_crtc commit() callback > drm/exynos: Remove exynos_crtc commit() callback > drm/exynos: add pm_runtime to FIMD > drm/exynos: Enable DP clock directly from FIMD > drm/exynos: add pm_runtime to DECON 5433 > drm/exynos: add pm_runtime to DECON 7 > > drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 90 ++++++++---------- > drivers/gpu/drm/exynos/exynos7_drm_decon.c | 126 +++++++++++-------------- > drivers/gpu/drm/exynos/exynos_dp_core.c | 57 ++++++------ > drivers/gpu/drm/exynos/exynos_drm_crtc.c | 10 -- > drivers/gpu/drm/exynos/exynos_drm_drv.h | 7 -- > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 129 ++++++++++++-------------- > drivers/gpu/drm/exynos/exynos_hdmi.c | 56 +++++++---- > drivers/gpu/drm/exynos/exynos_mixer.c | 125 ++++++++++++------------- > 8 files changed, 275 insertions(+), 325 deletions(-) > > -- > 2.1.0 >