diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2025-05-07 19:09:13 +0300 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2025-05-09 12:55:08 +0300 |
commit | 3de572fe2189a4a0bd80295e1f478401e739498e (patch) | |
tree | 199132052c1cc8cff0a652deefe5707326dd9aa8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a704a3c503ae1cfd9de8a2e2d16a0c9430e98162 (diff) | |
download | linux-3de572fe2189a4a0bd80295e1f478401e739498e.tar.xz |
media: omap3isp: use sgtable-based scatterlist wrappers
Use common wrappers operating directly on the struct sg_table objects to
fix incorrect use of scatterlists sync calls. dma_sync_sg_for_*()
functions have to be called with the number of elements originally passed
to dma_map_sg_*() function, not the one returned in sgtable's nents.
Fixes: d33186d0be18 ("[media] omap3isp: ccdc: Use the DMA API for LSC")
Fixes: 0e24e90f2ca7 ("[media] omap3isp: stat: Use the DMA API")
CC: stable@vger.kernel.org
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions