commit | f1ad90da5c0fcb8841cc5e6d66c56f4005d8c960 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Jul 11 11:05:49 2011 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Aug 19 08:22:28 2011 +0200 |
tree | 4388339e0fc590f27816ada7a16be8c284949b77 | |
parent | 91142bfe98d2a4e52969e12aa0e48e48505bcee2 [diff] |
fbdev: sh_mobile_lcdc: Turn dot clock on before resuming from runtime PM Resuming from runtime PM restores all LCDC registers. If the dot clock is off at that time display panning information will be corrupted. Turn the dot clock on before resuming from runtime PM. Similarly, turn the clock off after suspending the LCDC. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>