From: Tomi Valkeinen Date: Thu, 30 Aug 2012 13:54:01 +0000 (+0300) Subject: OMAPDSS: VRAM: Remove clearing with sDMA X-Git-Tag: v3.7-rc1~48^2~1^2~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae1f3723f089a67ef3bbcba9b8ad1150c091632;p=pandora-kernel.git 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 Cc: Russell King - ARM Linux --- Reading git-diff-tree failed