diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-28 06:12:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-05 22:21:40 -0300 |
commit | 32a772603173f9e1bf675c01e4649e3fe3b794bc (patch) | |
tree | 090dec95f087913c5e74c52ee76a65d9e7b5efb0 /ipc | |
parent | 626d533f8cb63b6c0cd6b83e1ce7e7656ccaba84 (diff) | |
download | op-kernel-dev-32a772603173f9e1bf675c01e4649e3fe3b794bc.zip op-kernel-dev-32a772603173f9e1bf675c01e4649e3fe3b794bc.tar.gz |
[media] videobuf2-core: move plane verification out of __fill_v4l2/vb_buffer
The plane verification should be done before actually queuing or
dequeuing buffers, so move it out of __fill_v4l2_buffer and __fill_vb_buffer
and call it as a separate step.
This also makes it possible to change the return type of __fill_v4l2/vb_buffer
to void.
The dqbuf case took some special care: before removing a buffer from the
done_list you have to verify that the receiving v4l2_buffer has enough room
for all the planes. The number of planes can differ between buffers due to the
fact that buffers for other formats can be prepared using VIDIOC_PREPARE_BUF.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions