From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Peter Meerwald <pmeerw@pmeerw.net>
Cc: linux-omap@vger.kernel.org, linux-media@vger.kernel.org
Subject: Re: [PATCH] media:platform: OMAP3 camera support needs VIDEOBUF2_DMA_CONTIG
Date: Thu, 17 Jul 2014 14:19:27 +0200 [thread overview]
Message-ID: <3044366.fg7nMOhZ3L@avalon> (raw)
In-Reply-To: <1404460307-6434-1-git-send-email-pmeerw@pmeerw.net>
Hi Peter,
Thank you for the patch.
On Friday 04 July 2014 09:51:47 Peter Meerwald wrote:
> drivers/built-in.o: In function `isp_video_open':
> /src/linux/drivers/media/platform/omap3isp/ispvideo.c:1253: undefined
> reference to `vb2_dma_contig_memops' drivers/built-in.o: In function
> `omap3isp_video_init':
> /src/linux/drivers/media/platform/omap3isp/ispvideo.c:1344: undefined
> reference to `vb2_dma_contig_init_ctx'
> /src/linux/drivers/media/platform/omap3isp/ispvideo.c:1350: undefined
> reference to `vb2_dma_contig_cleanup_ctx' drivers/built-in.o: In function
> `omap3isp_video_cleanup':
> /src/linux/drivers/media/platform/omap3isp/ispvideo.c:1381: undefined
> reference to `vb2_dma_contig_cleanup_ctx' make: *** [vmlinux] Error 1
>
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
and applied to my tree, with the "select VIDEOBUF2_DMA_CONTIG" and "select
OMAP_IOMMU" lines swapped below to keep them alphabetically sorted.
> ---
>
> not sure if this is the right way to fix, at least my kernel compiles
>
> drivers/media/platform/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
> index 8108c69..e1ff228 100644
> --- a/drivers/media/platform/Kconfig
> +++ b/drivers/media/platform/Kconfig
> @@ -95,6 +95,7 @@ config VIDEO_OMAP3
> tristate "OMAP 3 Camera support"
> depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3
> select ARM_DMA_USE_IOMMU
> + select VIDEOBUF2_DMA_CONTIG
> select OMAP_IOMMU
> ---help---
> Driver for an OMAP 3 camera controller.
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2014-07-17 12:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-04 7:51 [PATCH] media:platform: OMAP3 camera support needs VIDEOBUF2_DMA_CONTIG Peter Meerwald
2014-07-17 12:19 ` Laurent Pinchart [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=3044366.fg7nMOhZ3L@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/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.