linux/drivers/media/platform
Hans Verkuil df9ecb0cad [media] vb2: drop v4l2_format argument from queue_setup
The queue_setup callback has a void pointer that is just for V4L2
and is the pointer to the v4l2_format struct that was passed to
VIDIOC_CREATE_BUFS. The idea was that drivers would use the information
from that struct to buffers suitable for the requested format.

After the vb2 split series this pointer is now a void pointer,
which is ugly, and the reality is that all existing drivers will
effectively just look at the sizeimage field of v4l2_format.

To make this more generic the queue_setup callback is changed:
the void pointer is dropped, instead if the *num_planes argument
is 0, then use the current format size, if it is non-zero, then
it contains the number of requested planes and the sizes array
contains the requested sizes. If either is unsupported, then return
-EINVAL, otherwise use the requested size(s).

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-12-18 13:48:19 -02:00
..
am437x [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
blackfin [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
coda [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
davinci [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
exynos4-is [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
exynos-gsc [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
marvell-ccic [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
omap [media] v4l: omap_vout: Don't free buffers if they haven't been allocated 2015-11-19 11:15:20 -02:00
omap3isp [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
s3c-camif [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
s5p-g2d [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
s5p-jpeg [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
s5p-mfc [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
s5p-tv [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
soc_camera [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
sti [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
ti-vpe [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
vivid [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
vsp1 [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
xilinx [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
arv.c [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO 2014-07-04 16:14:59 -03:00
fsl-viu.c [media] fsl-viu: drop format names 2015-08-11 06:59:09 -03:00
Kconfig [media] sh-vou: clarify videobuf2 dependency 2015-11-17 14:55:26 -02:00
m2m-deinterlace.c [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
Makefile [media] c8sectpfe: Add Kconfig and Makefile for the driver 2015-08-11 16:08:29 -03:00
mx2_emmaprp.c [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
rcar_jpu.c [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
sh_veu.c [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
sh_vou.c [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
timblogiw.c [media] include/media: move platform_data to linux/platform_data/media 2015-11-17 06:58:42 -02:00
via-camera.c [media] include/media: split I2C headers from V4L2 core 2015-11-17 06:57:11 -02:00
via-camera.h
vim2m.c [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00