linux/drivers/media/platform/s5p-mfc
Andrzej Hajda 69c9fe6f4a [media] s5p-mfc: v4l2 controls setup routine moved to initialization code
Callback .start_streaming is called once for every queue,
so v4l2_ctrl_handler_setup was called twice during stream start.
Moving v4l2_ctrl_handler_setup to context initialization
reduces numbers of calls and seems to be more consistent with API.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-06-03 15:56:37 -03:00
..
Makefile [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
regs-mfc-v6.h [media] s5p-mfc: MFCv6 register definitions 2012-10-05 22:58:00 -03:00
regs-mfc.h [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc.c [media] s5p-mfc: Remove special clock usage in driver 2013-06-03 15:52:33 -03:00
s5p_mfc_cmd.c [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc_cmd.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_cmd_v5.c [media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v5.c 2013-03-18 17:24:11 -03:00
s5p_mfc_cmd_v5.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_cmd_v6.c [media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v6.c 2013-03-18 17:23:47 -03:00
s5p_mfc_cmd_v6.h [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc_common.h [media] s5p-mfc: separate encoder parameters for h264 and mpeg4 2013-06-03 15:56:21 -03:00
s5p_mfc_ctrl.c [media] s5p-mfc: Fix a watchdog bug 2013-02-05 17:27:19 -02:00
s5p_mfc_ctrl.h [media] s5p-mfc: Move firmware allocation point to avoid allocation problems 2013-01-06 09:57:57 -02:00
s5p_mfc_debug.h
s5p_mfc_dec.c [media] s5p-mfc: Update v6 encoder buffer alloc 2013-06-03 15:17:07 -03:00
s5p_mfc_dec.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_enc.c [media] s5p-mfc: v4l2 controls setup routine moved to initialization code 2013-06-03 15:56:37 -03:00
s5p_mfc_enc.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_intr.c [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_intr.h
s5p_mfc_opr.c [media] s5p-mfc: Use NULL instead of 0 for pointer 2013-02-05 17:29:14 -02:00
s5p_mfc_opr.h [media] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_coherent 2013-01-06 09:59:02 -02:00
s5p_mfc_opr_v5.c [media] s5p-mfc: Add support for EOS command and EOS event in video decoder 2013-04-12 12:38:56 -03:00
s5p_mfc_opr_v5.h [media] s5p-mfc: Update MFCv5 driver for callback based architecture 2012-10-05 22:53:37 -03:00
s5p_mfc_opr_v6.c [media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function 2013-06-03 15:52:11 -03:00
s5p_mfc_opr_v6.h [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x 2012-10-05 23:08:31 -03:00
s5p_mfc_pm.c [media] s5p-mfc: Remove special clock usage in driver 2013-06-03 15:52:33 -03:00
s5p_mfc_pm.h