]> git.baikalelectronics.ru Git - kernel.git/commit
media: amphion: ensure the buffer count is not less than min_buffer
authorMing Qian <ming.qian@nxp.com>
Tue, 22 Mar 2022 08:28:59 +0000 (09:28 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 13 May 2022 09:02:20 +0000 (11:02 +0200)
commit56af5bc82c40e36982c42c977d67ea926a2f55fb
treeaf7ef5d7389f7d97d850c42c07b4ada8d732ebdb
parentf98117d3b2fc6ec210b1d5f8e5c2c8318ee05b0c
media: amphion: ensure the buffer count is not less than min_buffer

the output buffer count should >= min_buffer_out
the capture buffer count should >= min_buffer_cap

Signed-off-by: Ming Qian <ming.qian@nxp.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/amphion/vpu_v4l2.c