[PATCH v3 26/32] drm/exynos: Consolidate suspend/resume in drm_drv

2013-12-20 Thread Inki Dae
Hi, Below is my comments. Thanks for your contributions, Inki Dae 2013/10/30 Sean Paul : > 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

[PATCH v3 26/32] drm/exynos: Consolidate suspend/resume in drm_drv

2013-11-29 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:13:12 Sean Paul wrote: > 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

[PATCH v3 26/32] drm/exynos: Consolidate suspend/resume in drm_drv

2013-10-29 Thread Sean Paul
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.