commit | 5ae1f3723f089a67ef3bbcba9b8ad1150c091632 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Aug 30 16:54:01 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 07 20:02:09 2012 +0300 |
tree | bcbffebdab946dfe1ba4f4311904037a2cb429e3 | |
parent | ca444158723f3b92531dc552c154fed108f8bc15 [diff] |
OMAPDSS: VRAM: Remove clearing with sDMA 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. The previous patch implemented memory clear in the omapfb driver, and this patch removes the now obsolete clear functionality from vram.c. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>