commit | 8857b9aa7e64a70852545ee01fa638481cb08a76 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <gnurou@gmail.com> | Wed Feb 23 08:36:30 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Mar 29 16:04:39 2011 +0900 |
tree | fdf011896d06c9e5523206549f833db3343fb9a7 | |
parent | bacbe55b63d434b7a33f01a03628b6302c75417b [diff] |
fbdev: sh_mobile_lcdcfb: add blanking support Add a blanking callback to the LCDC driver in order to support both FBIOBLANK and TIOCLINUX blanking ioctls. LCDC clocks are also released if the requested blanking level is superior to FB_BLANK_NORMAL, to allow runtime PM to disable the clocks if possible. Signed-off-by: Alexandre Courbot <gnurou@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>