[PATCH 1/5] drm/tilcdc: Restore old dmps state in pm_resume()

2016-06-14 Thread Daniel Vetter
On Tue, Jun 14, 2016 at 02:48:44PM +0300, Tomi Valkeinen wrote: > On 14/06/16 14:45, Jyri Sarha wrote: > > Restore old dpms state in pm_resume(). The dpms is turned off in > > pm_suspend() and it should be restored to its original state in > > pm_resume(). > > > > Fixes commit 614b3cfeb8d2 ("drm/t

[PATCH 1/5] drm/tilcdc: Restore old dmps state in pm_resume()

2016-06-14 Thread Tomi Valkeinen
On 14/06/16 14:45, Jyri Sarha wrote: > Restore old dpms state in pm_resume(). The dpms is turned off in > pm_suspend() and it should be restored to its original state in > pm_resume(). > > Fixes commit 614b3cfeb8d2 ("drm/tilcdc: disable the lcd controller/dma > engine when suspend invoked") "dmps

[PATCH 1/5] drm/tilcdc: Restore old dmps state in pm_resume()

2016-06-14 Thread Jyri Sarha
Restore old dpms state in pm_resume(). The dpms is turned off in pm_suspend() and it should be restored to its original state in pm_resume(). Fixes commit 614b3cfeb8d2 ("drm/tilcdc: disable the lcd controller/dma engine when suspend invoked") Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc