mar K [mailto:arun...@samsung.com]
> Sent: Monday, October 01, 2012 1:37 PM
> To: Sylwester Nawrocki
> Cc: linux-media@vger.kernel.org; Kamil Debski; Jeongtae Park; Jang-Hyuck Kim;
> peter Oh; NAVEEN KRISHNA
> CHATRADHI; Marek Szyprowski; Sylwester Nawrocki; kmp...@infradead.org; SUNIL
Add support for the codec controls to the v4l2 control framework.
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
drivers/media/video/v4l2-ctrls.c | 41 +-
1 files changed, 40 insertions(+), 1 deletions(-)
diff --git a/drivers
Add control definitions for controls specific to codec devices.
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
include/linux/videodev2.h | 51 ++--
1 files changed, 48 insertions(+), 3 deletions(-)
diff --git a/include/linux
framework
[PATCH 3/3] MFC: update MFC v4l2 driver to support MFC6.x
Best regards,
Jeongtae Park
Patch summary:
Jeongtae Park (3):
v4l: add contorl definitions for codec devices.
v4l2-ctrl: add codec controls support to the control framework
MFC: update MFC v4l2 driver to support
Add a maintainer for s5p-mfc driver.
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
MAINTAINERS |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5e207a8..ef16770 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
Add a maintainer for s5p-mfc driver.
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
MAINTAINERS |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5e207a8..ef16770 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
ebski'; younglak1004@samsung.com;
> kyungmin.p...@samsung.com
> Subject: RE: [PATCH] MAINTAINERS: add entries for s5p-mfc and s5p-tv drivers
>
> Hello,
>
> On Wednesday, August 31, 2011 10:36 AM Jeongtae Park wrote:
>
> > Authors of the code definitely should be main
INERS
> index 51d42fb..0618d9a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1084,6 +1084,24 @@ F: arch/arm/plat-s5p/dev-fimc*
> F: arch/arm/plat-samsung/include/plat/*fimc*
> F: drivers/media/video/s5p-fimc/
>
> +ARM/SAMSUNG S5P SERIES Multi Format Codec
n.p...@samsung.com;
> younglak1004@samsung.com; 'Marek Szyprowski'
> Subject: RE: [RFC/PATCH v2] v4l: add control definitions for codec devices.
>
> > From: Jeongtae Park [mailto:jtp.p...@samsung.com]
> > Sent: 02 June 2011 09:44
> > To: 'Kamil Debski';
Hi,
Thank you for your nice work. Here are my some comments.
> -Original Message-
> From: Kamil Debski [mailto:k.deb...@samsung.com]
> Sent: Tuesday, May 31, 2011 6:08 PM
> Cc: m.szyprow...@samsung.com; kyungmin.p...@samsung.com;
> k.deb...@samsung.com; jaeryul...@samsung.com;
> hverk..
This patch adds is_bufferable member to v4l2_ctrl structure and
v4l2_ctrl_p_ctrl() to support per-buffer control.
Signed-off-by: Jeongtae Park
Cc: Hans Verkuil
Cc: Kamil Debski
---
drivers/media/video/v4l2-ctrls.c | 17 +
include/media/v4l2-ctrls.h | 18
://www.spinics.net/lists/linux-media/msg31010.html
or
http://git.linuxtv.org/hverkuil/v4l-utils.git?a=shortlog;h=refs/heads/core
Signed-off-by: Hans Verkuil
Signed-off-by: Jeongtae Park
Cc: Kamil Debski
---
drivers/media/video/cx2341x.c| 58 +--
drivers/media/video/saa7115.c|3
This patch migrate to v4l2 control framework for MFC decoder.
It utilize per-filehandle & per-buffer control handling facilities.
Signed-off-by: Jeongtae Park
Cc: Hans Verkuil
Cc: Kamil Debski
---
drivers/media/video/s5p-mfc/regs-mfc.h |1 +
drivers/media/video/s5p-mfc/s5p_m
trls: add support for per-buffer control
[PATCH 4/4] media: MFC: Add support control framework in decoder
Best regards,
Jeongtae Park
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo
This patch removes unused variables & compile warnings
Signed-off-by: Jeongtae Park
Cc: Kamil Debski
---
drivers/media/video/s5p-mfc/s5p_mfc_enc.c |1 -
drivers/media/video/s5p-mfc/s5p_mfc_mem.c |1 +
drivers/media/video/s5p-mfc/s5p_mfc_opr.c |1 -
3 files changed, 1 insert
AAZABlAHYAaQBjAGUAcw
Ax-cr-puzzleid: {D5185033-3373-475A-A768-FCD559F05F0C}
Hi Laurent,
and Hi Kamil.
I think there are some point that I can reply.
First, How about think adding the prefix of common(decoding & encoding) and
encoding controls? Now, only controls for decoding have DECODER
12, 2011 11:41 AM
> To: 'Jeongtae Park'; linux-media@vger.kernel.org; linux-samsung-
> s...@vger.kernel.org
> Cc: k.deb...@samsung.com; jaeryul...@samsung.com; ben-li...@fluff.org;
> jonghun@samsung.com; 'Marek Szyprowski'
> Subject: RE: [PATCH v2 2/8] ARM: S5PV310
Hi, all.
Some hardware need to handle per-filehandle level controls.
Hans suggests add a v4l2_ctrl_handler struct v4l2_fh. It will be work fine.
Although below patch series are for subdev, but it's great start point.
I will try to make a patch.
If v4l2 control framework can be handle per-filehand
Add V4L2_CTRL_CLASS_CODEC and adds controls used by MFC 5.1 driver
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
include/linux/videodev2.h | 158 +
1 files changed, 158 insertions(+), 0 deletions
This patch adds clock support for MFC v5.1.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
arch/arm/mach-s5pv310/clock.c | 68 +++
arch/arm/mach-s5pv310/include/mach/regs-clock.h |3 +
2 files changed
Add platform support for MFC v5.1 is a module available
on S5PC110 and S5PC210 Samsung SoCs.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
arch/arm/plat-s5p/Kconfig |5 +++
arch/arm/plat-s5p/Makefile|1
10: Add MFC v5.1 platform device support for SMDKV310
Best regards,
Jeongtae Park
* Changelog:
==
Changes since v1
==
1) Heavily re-organized to devide decoder and encoder.
2) Support videobuf2 DMA-Pool allocator.
3) Support H.263, MPEG4 encoding.
4) Support B-F
This patch adds 'CONSISTENT_DMA_SIZE' definition for DMA pool allocator.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
arch/arm/mach-s5pv310/include/mach/memory.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git
This patch adds memroy map support for MFC v5.1.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
arch/arm/mach-s5pv310/include/mach/map.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv310/include/mach
This patch adds MFC v5.1 platform device support for SMDKC210.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
arch/arm/mach-s5pv310/Kconfig |1 +
arch/arm/mach-s5pv310/mach-smdkc210.c |3 +++
2 files changed, 4 insertions(+), 0
This patch adds MFC v5.1 platform device support for SMDKV310.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
arch/arm/mach-s5pv310/Kconfig |1 +
arch/arm/mach-s5pv310/mach-smdkv310.c |3 +++
2 files changed, 4 insertions(+), 0
from the start address)
- the allocation address should be aligned
Reviewed-by: Jonghun Han
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
This allocator used for s5p-mfc. s5p-mfc has above limitations.
The CMA and CMA allocator for videobuf2 can be resolve all of
described
same previous sent one.
But, It is based on git://linuxtv.org/media_tree.git tree,
staging/for_v2.6.39 branch
I would be grateful for your comments.
This patch series contains:
[PATCH 1/1] v4l: videobuf2: Add DMA pool allocator
Best regards,
Jeongtae Park
Patch summary:
Jeongtae Park (1
Hi,
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Marek Szyprowski
> Sent: Tuesday, January 18, 2011 12:48 AM
> To: 'Jeongtae Park'; linux-media@vger.kernel.org; linux-samsung-
> s...
from the start address)
- the allocation address should be aligned
Reviewed-by: Jonghun Han
Signed-off-by: Jeongtae Park
Cc: Marek Szyprowski
Cc: Kamil Debski
---
This allocator used for s5p-mfc. s5p-mfc has above limitations.
The CMA and CMA allocator for videobuf2 can be resolve all of
described
grateful for your comments.
This patch series contains:
[PATCH 1/1] v4l: videobuf2: Add DMA pool allocator
Best regards,
Jeongtae Park
Patch summary:
Jeongtae Park (1):
v4l: videobuf2: Add DMA pool allocator
drivers/media/video/Kconfig |7 +
drivers/media/video/Makefile
This patch adds MFC v5.1 platform device support for SMDKC210.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
arch/arm/mach-s5pv310/Kconfig |1 +
arch/arm/mach-s5pv310/mach-smdkc210.c |3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach
This patch adds CMA support for MFC v5.1. It includes CMA region
definition and reserve callback addition.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
arch/arm/mach-s5pv310/mach-smdkc210.c | 35 +
1 files changed, 35 insertions(+), 0 deletions
Add platform support for MFC v5.1 is a module available
on S5PC110 and S5PC210 Samsung SoCs.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
arch/arm/plat-s5p/Kconfig |5 +++
arch/arm/plat-s5p/Makefile|1 +
arch/arm/plat-s5p/dev-mfc.c
for MFC v5.1 on SMDKV310
[PATCH 7/9] media: MFC: Add MFC v5.1 V4L2 driver
[PATCH 8/9] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKC210
[PATCH 9/9] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKV310
Best regards,
Jeongtae Park
* Original cover letter:
=
Add fourcc values for compressed video stream formats and
V4L2_CTRL_CLASS_CODEC. Also adds controls used by MFC 5.1 driver.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
include/linux/videodev2.h | 170 +
1 files changed, 170 insertions
This patch adds clock support for MFC v5.1.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
arch/arm/mach-s5pv310/clock.c | 68 +++
arch/arm/mach-s5pv310/include/mach/regs-clock.h |3 +
2 files changed, 71 insertions(+), 0 deletions(-)
diff
This patch adds CMA support for MFC v5.1. It includes CMA region
definition and reserve callback addition.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
arch/arm/mach-s5pv310/mach-smdkv310.c | 35 +
1 files changed, 35 insertions(+), 0 deletions
This patch adds MFC v5.1 platform device support for SMDKV310.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
arch/arm/mach-s5pv310/Kconfig |1 +
arch/arm/mach-s5pv310/mach-smdkv310.c |3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach
This patch adds memroy map support for MFC v5.1.
Reviewed-by: Peter Oh
Signed-off-by: Jeongtae Park
---
arch/arm/mach-s5pv310/include/mach/map.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h
b/arch/arm/mach-s5pv310/include
40 matches
Mail list logo