From: Jani Nikula Date: Fri, 24 Sep 2010 09:16:24 +0000 (+0200) Subject: OMAP: DSS2: OMAPFB: Remove implicit display update on unblank X-Git-Tag: v3.0-rc1~166^2~20^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd8e374b5d39d481d00936e183b0ded99a5f31a;p=pandora-kernel.git 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 [tomi.valkeinen@ti.com: improved description] Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed