]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1399d5cffe0cc3f5f9bd74293ab5f31614157d75
treebcbffebdab946dfe1ba4f4311904037a2cb429e3
parentab142edf7328978e1bfc1acc40f59410a9ff6453
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