From: Tomi Valkeinen Date: Thu, 30 Aug 2012 13:53:29 +0000 (+0300) Subject: OMAPFB: clear framebuffers with CPU X-Git-Tag: v3.7-rc1~48^2~1^2~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca444158723f3b92531dc552c154fed108f8bc15;p=pandora-kernel.git OMAPFB: clear framebuffers with CPU Currently vram.c clears the allocated memory automatically using OMAP system DMA. In an effort to reduce OMAP dependencies, we'll do the memory clear with CPU from now on. This patch implements clearing of the framebuffer in omapfb, using cfb_fillrect() to do the actual clear. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed