From: Archit Taneja Date: Tue, 11 Sep 2012 10:04:08 +0000 (+0530) Subject: OMAPFB: Clear framebuffers before they are registered X-Git-Tag: v3.7-rc1~48^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda7c362f9ef59de6d6db67a854e1a114af0c69a;p=pandora-kernel.git OMAPFB: Clear framebuffers before they are registered The framebuffers are cleared with the function omapfb_clear_fb(), which internally calls cfb_fillrect(). The boot logo is copied on to the framebuffer when the fb device is registered with fb framework. omapfb_clear_fb() is called after the framebuffer is registered, leading to the boot logo getting cleared. Clear the framebuffers using omapfb_clear_fb() before registering the framebuffer devices. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed