From: Guennadi Liakhovetski Date: Wed, 28 Sep 2011 12:23:02 +0000 (-0300) Subject: [media] V4L: vb2: add support for buffers of different sizes on a single queue X-Git-Tag: v3.2-rc1~63^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d86401c2cbfce9f99b08ba168bdb60b2eb7796e;p=pandora-kernel.git [media] V4L: vb2: add support for buffers of different sizes on a single queue The two recently added ioctl()s VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF allow user-space applications to allocate video buffers of different sizes and hand them over to the driver for fast switching between different frame formats. This patch adds support for buffers of different sizes on the same buffer-queue to vb2. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed