commit | ca444158723f3b92531dc552c154fed108f8bc15 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Aug 30 16:53:29 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 07 20:02:08 2012 +0300 |
tree | 61133c25493a51d37f729b84db68854976ea2aaf | |
parent | fe6a466283cf1ced93360bd5f5055d6543021a6a [diff] |
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>