OMAPDSS: VRAM: Remove clearing with sDMA
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 30 Aug 2012 13:54:01 +0000 (16:54 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 17:02:09 +0000 (20:02 +0300)
commit5ae1f3723f089a67ef3bbcba9b8ad1150c091632
treebcbffebdab946dfe1ba4f4311904037a2cb429e3
parentca444158723f3b92531dc552c154fed108f8bc15
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>
drivers/video/omap2/vram.c