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 v7 09/10] [media] st-delta: add mjpeg support
Date: Wed, 8 Feb 2017 15:40:20 +0000 [thread overview]
Message-ID: <02053bbd-a6bc-c8f9-7ec5-2efcbb5730a7@st.com> (raw)
In-Reply-To: <20170208101928.4638291e@vento.lan>
On 02/08/2017 01:19 PM, Mauro Carvalho Chehab wrote:
> Em Thu, 2 Feb 2017 15:59:52 +0100
> Hugues Fruchet <hugues.fruchet@st.com> escreveu:
>
> I applied today this series. There's just a nitpick, that you can change
> when you submit a version 2 of the MPEG2 driver. See below:
>
>> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
>> index 2e82ec6..20b26ea 100644
>> --- a/drivers/media/platform/Kconfig
>> +++ b/drivers/media/platform/Kconfig
>> @@ -317,10 +317,20 @@ config VIDEO_STI_DELTA
>>
>> if VIDEO_STI_DELTA
>>
>> +config VIDEO_STI_DELTA_MJPEG
>> + bool "STMicroelectronics DELTA MJPEG support"
>> + default y
>> + help
>> + Enables DELTA MJPEG hardware support.
>> +
>> + To compile this driver as a module, choose M here:
>> + the module will be called st-delta.
>> +
>> config VIDEO_STI_DELTA_DRIVER
>> tristate
>> depends on VIDEO_STI_DELTA
>> - default n
>> + depends on VIDEO_STI_DELTA_MJPEG
>> + default VIDEO_STI_DELTA_MJPEG
>
> Just do:
> default y
>
> The build system will do the right thing, as it will evaluate
> the dependencies, disabling it if no decoder is selected. That
> will avoid needing to change the default line for every new decoder
> you add.
>
Thanks Mauro,
this is done in v2 of MPEG-2 patchset.
Best regards,
Hugues.
>> select VIDEOBUF2_DMA_CONTIG
>> select V4L2_MEM2MEM_DEV
>> select RPMSG
>
>
> Thanks,
> Mauro
>
next prev parent reply other threads:[~2017-02-08 15:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-02 14:59 [PATCH v7 00/10] Add support for DELTA video decoder of STMicroelectronics STiH4xx SoC series Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 01/10] Documentation: DT: add bindings for ST DELTA Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 02/10] ARM: dts: STiH407-family: add DELTA dt node Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 03/10] ARM: multi_v7_defconfig: enable STMicroelectronics DELTA Support Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 04/10] [media] MAINTAINERS: add st-delta driver Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 05/10] [media] st-delta: STiH4xx multi-format video decoder v4l2 driver Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 06/10] [media] st-delta: add memory allocator helper functions Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 07/10] [media] st-delta: rpmsg ipc support Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 08/10] [media] st-delta: EOS (End Of Stream) support Hugues Fruchet
2017-02-02 14:59 ` [PATCH v7 09/10] [media] st-delta: add mjpeg support Hugues Fruchet
2017-02-08 12:19 ` Mauro Carvalho Chehab
2017-02-08 15:40 ` Hugues FRUCHET [this message]
2017-02-02 14:59 ` [PATCH v7 10/10] [media] st-delta: debug: trace stream/frame information & summary 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=02053bbd-a6bc-c8f9-7ec5-2efcbb5730a7@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