From: Hugues FRUCHET <hugues.fruchet@st.com>
To: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
Hans Verkuil <hverkuil@xs4all.nl>,
"kernel@stlinux.com" <kernel@stlinux.com>,
"Benjamin Gaignard" <benjamin.gaignard@linaro.org>,
Jean Christophe TROTIN <jean-christophe.trotin@st.com>
Subject: Re: [PATCH v1 3/3] [media] st-delta: add mpeg2 support
Date: Wed, 8 Feb 2017 15:41:15 +0000 [thread overview]
Message-ID: <752a636d-2563-e2a4-0cec-1e283238c558@st.com> (raw)
In-Reply-To: <20170208102259.1d5dcb8b@vento.lan>
On 02/08/2017 01:22 PM, Mauro Carvalho Chehab wrote:
> Em Mon, 30 Jan 2017 11:57:29 +0100
> Hugues Fruchet <hugues.fruchet@st.com> escreveu:
>
>> Adds support of DELTA MPEG-2 video decoder back-end,
>> implemented by calling MPEG2_TRANSFORMER0 firmware
>> using RPMSG IPC communication layer.
>> MPEG-2 decoder back-end is a stateless decoder which
>> require specific parsing metadata in access unit
>> in order to complete decoding.
>>
>> Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
>> ---
>> drivers/media/platform/Kconfig | 6 +
>> drivers/media/platform/sti/delta/Makefile | 3 +
>> drivers/media/platform/sti/delta/delta-cfg.h | 5 +
>> drivers/media/platform/sti/delta/delta-mpeg2-dec.c | 1392 ++++++++++++++++++++
>> drivers/media/platform/sti/delta/delta-mpeg2-fw.h | 415 ++++++
>> drivers/media/platform/sti/delta/delta-v4l2.c | 4 +
>> 6 files changed, 1825 insertions(+)
>> create mode 100644 drivers/media/platform/sti/delta/delta-mpeg2-dec.c
>> create mode 100644 drivers/media/platform/sti/delta/delta-mpeg2-fw.h
>>
>> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
>> index 9e71a7b..0472939 100644
>> --- a/drivers/media/platform/Kconfig
>> +++ b/drivers/media/platform/Kconfig
>> @@ -323,6 +323,12 @@ config VIDEO_STI_DELTA_MJPEG
>> help
>> Enables DELTA MJPEG hardware support.
>>
>> +config VIDEO_STI_DELTA_MPEG2
>> + bool "STMicroelectronics DELTA MPEG2/MPEG1 support"
>> + default y
>> + help
>> + Enables DELTA MPEG2 hardware support.
>> +
>> endif # VIDEO_STI_DELTA
>
> This patch needs to be rebased, as you need to adjust the dependencies
> on VIDEO_STI_DELTA_DRIVER for it to depend also on this driver.
>
> Regards,
> Mauro
>
>
> Thanks,
> Mauro
>
Thanks Mauro,
v2 has been pushed accordingly.
Best regards,
Hugues.
prev parent reply other threads:[~2017-02-08 15:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-30 10:57 [PATCH v1 0/3] Add support for MPEG-2 in DELTA video decoder Hugues Fruchet
2017-01-30 10:57 ` [PATCH v1 1/3] [media] v4l: add parsed MPEG-2 support Hugues Fruchet
2017-01-30 10:57 ` [PATCH v1 2/3] [media] st-delta: add parsing metadata controls support Hugues Fruchet
2017-01-30 10:57 ` [PATCH v1 3/3] [media] st-delta: add mpeg2 support Hugues Fruchet
2017-02-08 12:22 ` Mauro Carvalho Chehab
2017-02-08 15:41 ` Hugues FRUCHET [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=752a636d-2563-e2a4-0cec-1e283238c558@st.com \
--to=hugues.fruchet@st.com \
--cc=benjamin.gaignard@linaro.org \
--cc=hverkuil@xs4all.nl \
--cc=jean-christophe.trotin@st.com \
--cc=kernel@stlinux.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@s-opensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox