diff options
author | Andrzej Pietrasiewicz <andrzej.p@collabora.com> | 2021-05-05 15:23:47 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-02 14:10:03 +0300 |
commit | d84b9202d712309840f8b5abee0ed272506563bd (patch) | |
tree | 43434e75d9047df223a8149fdcd0519f9dfa9ad7 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 082aaecff35fbe1937531057911b1dd1fc6b496e (diff) | |
download | linux-d84b9202d712309840f8b5abee0ed272506563bd.tar.xz |
media: cedrus: Fix .buf_prepare
The driver should only set the payload on .buf_prepare if the
buffer is CAPTURE type. If an OUTPUT buffer has a zero bytesused
set by userspace then v4l2-core will set it to buffer length.
If we overwrite bytesused for OUTPUT buffers, too, then
vb2_get_plane_payload() will return incorrect value which might be then
written to hw registers by the driver in cedrus_h264.c or cedrus_vp8.c.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions