]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/video: fsl-diu-fb: remove broken screen blanking support
authorTimur Tabi <timur@freescale.com>
Wed, 28 Sep 2011 21:19:49 +0000 (16:19 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 5 Oct 2011 01:10:12 +0000 (01:10 +0000)
commitb22526ebaf00971a9724c524f65c4e32f2bea28e
tree4c3bff0d9af94e9c65613565673c58ce4b0bbab3
parente0a10388c76e93acab5f03ba71248c67ff75a7ca
drivers/video: fsl-diu-fb: remove broken screen blanking support

The function which is supposed to provide screen blanking support doesn't
actually do anything, so the framebuffer layer thinks the screen has
been blanked when it really isn't.  Remove the code completely for now.

A side-effect of this change is that the framebuffer console blanking now
works correctly.  Presumably this is because the console now receives -EINVAL
instead of '0' when it asks the driver to blank the screen, so the console
does it manually now.

A signficant refactoring of the driver is planned, and proper hardware
blanking support will added afterwards.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/fsl-diu-fb.c