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)
commitca444158723f3b92531dc552c154fed108f8bc15
tree61133c25493a51d37f729b84db68854976ea2aaf
parentfe6a466283cf1ced93360bd5f5055d6543021a6a
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 <tomi.valkeinen@ti.com>
drivers/video/omap2/omapfb/omapfb-main.c