]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit5f65ca81c321e8390645b80460444c3aa04c856f
tree91078629c0278f92d041271d8374199a8866e6a4
parent6692871a7c898ff05b33e58f1eab3ec1975bc894
[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