From: Ian Armstrong Date: Mon, 12 May 2008 14:53:10 +0000 (-0300) Subject: V4L/DVB (7886): ivtvfb: Use DMA for write() X-Git-Tag: v2.6.27-rc1~966^2~273 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cbeb3711481a7e563fe4c61888986c4aa1cb22e;p=pandora-kernel.git V4L/DVB (7886): ivtvfb: Use DMA for write() write() operations to the ivtv framebuffer will now attempt to use DMA if the amount of data to copy is >= 4096 bytes. This change effectively depreciates the need for the proprietary IVTVFB_IOC_DMA_FRAME ioctl since a write() of sufficient size will do the same thing. Signed-off-by: Ian Armstrong Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed