diff options
author | Benjamin Gaignard <benjamin.gaignard@collabora.com> | 2024-03-18 14:48:56 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-03-25 12:00:44 +0100 |
commit | f5131d5ce49ef942a3bda5f4a0f6228b1ea40eee (patch) | |
tree | 89fb633804b3840fe600409a538e666d23965557 /drivers/media/common | |
parent | media: videobuf2: Add min_reqbufs_allocation field to vb2_queue structure (diff) | |
download | linux-f5131d5ce49ef942a3bda5f4a0f6228b1ea40eee.tar.xz linux-f5131d5ce49ef942a3bda5f4a0f6228b1ea40eee.zip |
media: test-drivers: Set REQBUFS minimum number of buffers
Instead of using 'min_queued_buffers' field to specify the
minimum number of buffers to be allocated when calling REQBUF
use 'min_reqbufs_allocation' field which is dedicated to this
purpose.
Change the minimum requested buffers to 2 for vivid-meta-out
and vivid-touch-cap drivers when creating the queues.
That allows to remove code which prohibe to allocate only
one buffer in their respective queue setup functions.
While at it rename vivid_create_queue() parameter.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/common')
0 files changed, 0 insertions, 0 deletions