From: Sean Paul Date: Thu, 30 Jan 2014 21:19:27 +0000 (-0500) Subject: drm/exynos: Consolidate suspend/resume in drm_drv X-Git-Tag: v3.15-rc1~51^2~42^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af65c804877078a58cb02cc0f2ce4198401402fc;p=pandora-kernel.git drm/exynos: Consolidate suspend/resume in drm_drv This patch removes all of the suspend/resume logic from the individual drivers and consolidates it in drm_drv. This consolidation reduces the number of functions which enable/disable the hardware to just one -- the dpms callback. This ensures that we always power up/down in a consistent manner. Signed-off-by: Sean Paul Signed-off-by: Inki Dae --- Reading git-diff-tree failed