Re: [PATCH] SOLO6x10: Fix video headers on certain hardware.

2013-11-05 Thread Ismael Luceno
On Thu, 12 Sep 2013 14:43:34 +0200 khal...@piap.pl (Krzysztof Hałasa) wrote: > On certain platforms a sequence of dma_map_sg() and dma_unmap_sg() > discards data previously stored in the buffers. Build video headers > only after the DMA is completed. > > Signed-off-by: Krzysztof Hałasa > Acked-

[PATCH] SOLO6x10: Fix video headers on certain hardware.

2013-09-12 Thread Krzysztof Hałasa
On certain platforms a sequence of dma_map_sg() and dma_unmap_sg() discards data previously stored in the buffers. Build video headers only after the DMA is completed. Signed-off-by: Krzysztof Hałasa diff --git a/drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c b/drivers/staging/media/solo6x1