commit | 29e3fbd8edb31549fa8302c185bd0b915a43d8b8 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Mar 09 14:03:24 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 22 04:54:23 2011 -0300 |
tree | 0508c284a20cbfd5b35a83acab634f5693ee56db | |
parent | bd08a0cd5f546916a9454ae2c35756ed77957458 [diff] |
[media] v4l2: vb2: fix queue reallocation and REQBUFS(0) case This patch fixes 2 minor bugs in videobuf2 core: 1. Queue should be reallocated if one change the memory access method without changing the number of buffers. 2. In case of REQBUFS(0), the request should not be passed to the driver. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>