• Timur Tabi's avatar
    drivers/video: fsl-diu-fb: remove broken screen blanking support · 1738f6f8
    Timur Tabi authored
    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: default avatarTimur Tabi <timur@freescale.com>
    Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
    1738f6f8
fsl-diu-fb.c 43.7 KB