]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab142edf7328978e1bfc1acc40f59410a9ff6453
tree61133c25493a51d37f729b84db68854976ea2aaf
parent1ec59ed931ce2a594f7bc7ea94e7dda729874b00
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