mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steve Longerbeam <slongerbeam@gmail.com>
To: Arnd Bergmann <arnd@arndb.de>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Russell King <rmk+kernel@armlinux.org.uk>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	linux-media@vger.kernel.org, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [media] staging/imx: always select VIDEOBUF2_DMA_CONTIG
Date: Mon, 14 Aug 2017 16:15:50 -0700	[thread overview]
Message-ID: <09143fe9-7034-4bd0-eb7b-9c896f7acf30@gmail.com> (raw)
In-Reply-To: <20170807104929.3651892-1-arnd@arndb.de>

Thanks,

Reviewed-by: Steve Longerbeam <steve_longerbeam@mentor.com>

Steve

On 08/07/2017 03:49 AM, Arnd Bergmann wrote:
> I ran into a rare build error during randconfig testing:
>
> drivers/staging/media/imx/imx-media-capture.o: In function `capture_stop_streaming':
> imx-media-capture.c:(.text+0x224): undefined reference to `vb2_buffer_done'
> drivers/staging/media/imx/imx-media-capture.o: In function `imx_media_capture_device_register':
> imx-media-capture.c:(.text+0xe60): undefined reference to `vb2_queue_init'
> imx-media-capture.c:(.text+0xfa0): undefined reference to `vb2_dma_contig_memops'
>
> While VIDEOBUF2_DMA_CONTIG was already selected by the camera driver,
> it wasn't necessarily there with just the base driver enabled.
> This moves the 'select' statement to the top-level option to make
> sure it's always available.
>
> Fixes: 64b5a49df486 ("[media] media: imx: Add Capture Device Interface")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>   drivers/staging/media/imx/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/media/imx/Kconfig b/drivers/staging/media/imx/Kconfig
> index 719508fcb0e9..2be921cd0d55 100644
> --- a/drivers/staging/media/imx/Kconfig
> +++ b/drivers/staging/media/imx/Kconfig
> @@ -2,6 +2,7 @@ config VIDEO_IMX_MEDIA
>   	tristate "i.MX5/6 V4L2 media core driver"
>   	depends on MEDIA_CONTROLLER && VIDEO_V4L2 && ARCH_MXC && IMX_IPUV3_CORE
>   	depends on VIDEO_V4L2_SUBDEV_API
> +	select VIDEOBUF2_DMA_CONTIG
>   	select V4L2_FWNODE
>   	---help---
>   	  Say yes here to enable support for video4linux media controller
> @@ -13,7 +14,6 @@ menu "i.MX5/6 Media Sub devices"
>   config VIDEO_IMX_CSI
>   	tristate "i.MX5/6 Camera Sensor Interface driver"
>   	depends on VIDEO_IMX_MEDIA && VIDEO_DEV && I2C
> -	select VIDEOBUF2_DMA_CONTIG
>   	default y
>   	---help---
>   	  A video4linux camera sensor interface driver for i.MX5/6.

      reply	other threads:[~2017-08-14 23:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-07 10:49 Arnd Bergmann
2017-08-14 23:15 ` Steve Longerbeam [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=09143fe9-7034-4bd0-eb7b-9c896f7acf30@gmail.com \
    --to=slongerbeam@gmail.com \
    --cc=arnd@arndb.de \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hans.verkuil@cisco.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=rmk+kernel@armlinux.org.uk \
    /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

Powered by JetHome