From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Padovan Subject: Re: [PATCH] drm/exynos: dp: remove suspend/resume functions Date: Wed, 30 Sep 2015 11:25:01 -0300 Message-ID: <20150930142501.GA21618@joana> References: <1443612079-28094-1-git-send-email-inki.dae@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1443612079-28094-1-git-send-email-inki.dae@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Inki Dae Cc: dri-devel@lists.freedesktop.org, linux-samsung-soc@vger.kernel.org, jg1.han@samsung.com List-Id: dri-devel@lists.freedesktop.org Hi Inki, 2015-09-30 Inki Dae : > This patch removes unnecessary pm suspend/resume functions. > > All kms sub drivers will be controlled by top of Exynos drm driver > and connector dpms so these sub drivers shouldn't have their own > pm interfaces. > > Signed-off-by: Inki Dae > --- > drivers/gpu/drm/exynos/exynos_dp_core.c | 23 ----------------------- > 1 file changed, 23 deletions(-) This sounds reasonable to me. Reviewed-by: Gustavo Padovan Gustavo