OSDN Git Service

[media] s3c-camif: Fail on insufficient number of allocated buffers
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>
Thu, 7 Feb 2013 21:36:12 +0000 (18:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Mar 2013 17:53:47 +0000 (14:53 -0300)
commit69b95a3a80b44ebb71bf153e79bcb8580e1d3de5
treef253d9be9bc959805dbda0af47b48da90069bc37
parent6aa69f99b2ecc7f9b387fcf22d30e6601b58819f
[media] s3c-camif: Fail on insufficient number of allocated buffers

Ensure the driver gets always at least its minimum required
number of buffers allocated by checking actual number of
allocated buffers in vb2_reqbufs(). And free any partially
allocated buffer queue with signaling an error to user space.
Without this patch applications may wait forever to dequeue
a filled buffer, because the hardware didn't even start after
VIDIOC_STREAMON, VIDIOC_QBUF calls, due to insufficient number
of empty buffers.

Reported-by: Alexander Nestorov <alexandernst@gmail.com>
Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s3c-camif/camif-capture.c