]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish
authorTiffany Lin <tiffany.lin@mediatek.com>
Thu, 24 Sep 2015 09:02:36 +0000 (06:02 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 20 Oct 2015 16:36:24 +0000 (14:36 -0200)
commit418dae2276065680bde7ae27d2c075e612a54de6
tree807afdf69a7434c8f06483556a344974b5adb47e
parentd9a985883fa32453d099d6293188c11d75cef1fa
[media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish

In videobuf2 dma-sg memory types the prepare and finish ops, instead
of passing the number of entries in the original scatterlist as the
"nents" parameter to dma_sync_sg_for_device() and dma_sync_sg_for_cpu(),
the value returned by dma_map_sg() was used. Albeit this has been
suggested in comments of some implementations (which have since been
corrected), this is wrong.

Fixes: d790b7eda953 ("vb2-dma-sg: move dma_(un)map_sg here")
Cc: stable@vger.kernel.org # for v3.19 and up
Signed-off-by: Tiffany Lin <tiffany.lin@mediatek.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/videobuf2-dma-sg.c