OMAP: DSS2: OMAPFB: Remove implicit display update on unblank
authorJani Nikula <ext-jani.1.nikula@nokia.com>
Fri, 24 Sep 2010 09:16:24 +0000 (11:16 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 11 May 2011 11:19:25 +0000 (14:19 +0300)
commitbcd8e374b5d39d481d00936e183b0ded99a5f31a
tree1df0b552c6704eb35964eceb707cc2b409007d50
parent91ac27a6879df3865e160adf979960a14f17d1aa
OMAP: DSS2: OMAPFB: Remove implicit display update on unblank

Currently omapfb does an implicit display update (for manual update
displays) on unblank.

There is no guarantee that the framebuffer contains a valid image when
unblank is called. When using manual update displays it is the
responsibility of the user space to update the display, and so it should
be in this case also.

This patch removes the implicit display update on unblank.

Signed-off-by: Jani Nikula <ext-jani.1.nikula@nokia.com>
[tomi.valkeinen@ti.com: improved description]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/omapfb/omapfb-main.c