From: Marko Ristola Date: Sat, 7 Aug 2010 11:16:15 +0000 (-0300) Subject: [media] Refactor Mantis DMA transfer to deliver 16Kb TS data per interrupt X-Git-Tag: v3.2-rc1~112^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d06d4dff733ee472e1f8933a33317a18195c0c;p=pandora-kernel.git [media] Refactor Mantis DMA transfer to deliver 16Kb TS data per interrupt With VDR streaming HDTV into network, generating an interrupt once per 16kb, implemented in this patch, seems to support more robust throughput with HDTV. Fix leaking almost 64kb data from the previous TS after changing the TS. One effect of the old version was, that the DMA transfer and driver's DMA buffer access might happen at the same time - a race condition. Signed-off-by: Marko M. Ristola Reviewed-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed