OMAPFB: clear framebuffers with CPU
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 30 Aug 2012 13:53:29 +0000 (16:53 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 17:02:08 +0000 (20:02 +0300)
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 <tomi.valkeinen@ti.com>

No differences found