]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: blackfin: bfin_capture: set min_buffers_needed
authorLad, Prabhakar <prabhakar.csengg@gmail.com>
Sun, 8 Mar 2015 14:40:39 +0000 (11:40 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 2 Apr 2015 21:11:12 +0000 (18:11 -0300)
commit6bc2ec7c12d1ce65fdd5fd79fbab08c789199668
tree91078629c0278f92d041271d8374199a8866e6a4
parent0ccae35c049b7ba59983422c8027f268d2f73f49
[media] media: blackfin: bfin_capture: set min_buffers_needed

this patch sets the min_buffers_needed field of the vb2 queue
so that the vb2 core will make sure start_streaming() callback
is called only when we have minimum buffers queued.

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Tested-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/blackfin/bfin_capture.c