All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Hugues Fruchet <hugues.fruchet@st.com>
Cc: <linux-media@vger.kernel.org>, Hans Verkuil <hverkuil@xs4all.nl>,
	<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 10:22:59 -0200	[thread overview]
Message-ID: <20170208102259.1d5dcb8b@vento.lan> (raw)
In-Reply-To: <1485773849-23945-4-git-send-email-hugues.fruchet@st.com>

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

  reply	other threads:[~2017-02-08 13:18 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 [this message]
2017-02-08 15:41     ` Hugues FRUCHET

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=20170208102259.1d5dcb8b@vento.lan \
    --to=mchehab@s-opensource.com \
    --cc=benjamin.gaignard@linaro.org \
    --cc=hugues.fruchet@st.com \
    --cc=hverkuil@xs4all.nl \
    --cc=jean-christophe.trotin@st.com \
    --cc=kernel@stlinux.com \
    --cc=linux-media@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.