Re: [RFC] Support for H.264/MPEG4 encoder (VPU) in i.MX27.

2011-09-07 Thread Robert Schwebel
Hi, On Tue, Sep 06, 2011 at 05:07:54PM +0200, javier Martin wrote: we are planning to add support to H.264/MPEG4 encoder inside the i.MX27 to v4l2. It is mainly a hardware module that has the following features: We have driver prototypes for the MX27 VPU (which is basically the same as on

Re: [PATCH] media i.MX27 camera: remove legacy dma support

2011-09-08 Thread Robert Schwebel
On Wed, Sep 07, 2011 at 10:47:38PM +0200, Guennadi Liakhovetski wrote: (hope, you've had good holidays:-)) Any update on this? Do we want this for 3.2? Sascha is on holiday for the rest of this week and next week. So you'd better asked him a bit later :) rsc -- Pengutronix e.K.

Re: [PATCH] v4l: mem2mem: add wait_{prepare,finish} ops to m2m_testdev

2011-09-23 Thread Robert Schwebel
Hi, On Thu, Jul 14, 2011 at 08:43:38AM -0700, Pawel Osciak wrote: Acked-by: Pawel Osciak pa...@osciak.com As nobody had objections to Michael's patch, can we do something to move this forward? Thanks, rsc -- Pengutronix e.K. | | Industrial

Re: [PATCH] V4L: mx3_camera: select VIDEOBUF2_DMA_CONTIG instead of VIDEOBUF_DMA_CONTIG

2011-04-18 Thread Robert Schwebel
Uwe, On Mon, Apr 18, 2011 at 10:14:56AM +0200, Guennadi Liakhovetski wrote: It's been pushed upstream almost 2 weeks ago: http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/31352 As our autobuilder does still trigger, I assume that the configs have to be refreshed and it

Re: [FAILED] phyCORE-i.MX35 + Linus's git kernel (origin/master)

2009-04-29 Thread Robert Schwebel
Hi Guennadi, [switching to list] On Wed, Apr 29, 2009 at 06:38:59PM +0200, Guennadi Liakhovetski wrote: see attachment What's the state of the patch below? The mainline Linus kernel doesn't compile any more for the whole mx3 family since days, so the patch should be applied with high priority

Re: [PATCH] media: mx2_camera: Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags.

2012-08-20 Thread Robert Schwebel
On Mon, Aug 20, 2012 at 10:08:39AM +0200, javier Martin wrote: Sascha, do you have any comments on this one? I can't find it in arm-soc, did you already merge it? Sascha is not in the office this week. rsc -- Pengutronix e.K. | |

Re: [RFC] Support for H.264/MPEG4 encoder (VPU) in i.MX27.

2012-06-08 Thread Robert Schwebel
On Fri, Jun 08, 2012 at 09:39:15AM +0200, javier Martin wrote: Do you plan to provide both encoding and decoding support or just one of them? We need both. rsc -- Pengutronix e.K. | | Industrial Linux Solutions |

Re: [PATCH v12 0/6] of: add display helper

2012-11-20 Thread Robert Schwebel
On Tue, Nov 20, 2012 at 05:13:19PM +0100, Laurent Pinchart wrote: On Tuesday 20 November 2012 16:54:50 Steffen Trumtrar wrote: Hi! Changes since v11: - make pointers const where applicable - add reviewed-by Laurent Pinchart Looks good to me. Acked-by: Laurent Pinchart

Re: [PATCH] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-18 Thread Robert Schwebel
On Fri, Nov 18, 2011 at 05:27:12PM +0100, javier Martin wrote: But yes, it could be possible. AFAIK, Sascha Hauer (added to CC) has a prototype driver for this one though. Yes, we have indeed a prototype for the VPU, both on MX27 and MX53. However, it wasn't changed to a mem2mem device yet,

Re: coda: support of decoding

2013-02-19 Thread Robert Schwebel
On Tue, Feb 19, 2013 at 02:47:05AM +0100, Gaëtan Carlier wrote: I see in code source of coda driver that decoding is not supported. ctx-inst_type = CODA_INST_DECODER; v4l2_err(v4l2_dev, decoding not supported.\n); return -EINVAL; Is there any technical reason or the code has not been

Re: coda: support of decoding

2013-02-19 Thread Robert Schwebel
On Tue, Feb 19, 2013 at 08:57:50PM +0100, Gaëtan Carlier wrote: We have a lot of encoder + decoder patches for Coda in the queue, but unfortunately not all of that is ready-for-primetime yet. MX27. I have not yet tested if encoding is working or not. Where can I find this set of patches? I

Re: [RFC 1/5] video: Add generic display panel core

2012-09-13 Thread Robert Schwebel
On Thu, Sep 13, 2012 at 01:29:54PM +0200, Sascha Hauer wrote: You have seen my of videomode helper proposal. One result there was that we want to have ranges for the margin/synclen fields. Does it make sense to base this new panel framework on a more sophisticated internal reprentation

[no subject]

2012-10-05 Thread Robert Schwebel
tomi.valkei...@ti.com, pza Bcc: Subject: Re: [PATCH 1/2 v6] of: add helper to parse display timings Reply-To: In-Reply-To: Pine.LNX.4.64.1210042307300.3744@axis700.grange X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en

Re: [PATCH 1/2 v6] of: add helper to parse display timings

2012-10-05 Thread Robert Schwebel
On Thu, Oct 04, 2012 at 11:35:35PM +0200, Guennadi Liakhovetski wrote: +optional properties: + - hsync-active-high (bool): Hsync pulse is active high + - vsync-active-high (bool): Vsync pulse is active high For the above two we also considered using bool properties but eventually settled

Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of

2014-03-14 Thread Robert Schwebel
Hi, On Thu, Mar 13, 2014 at 04:13:08PM +0100, Sylwester Nawrocki wrote: My experience and feelings are similar, I started to treat mainline kernel much less seriously after similar DT related blocking issues. So how do we proceed now? Philipp implemented any of the suggested variants now;

Re: [PATCH v2 06/29] [media] coda: Add encoder/decoder support for CODA960

2014-07-02 Thread Robert Schwebel
Hi, On Wed, Jul 02, 2014 at 03:37:06PM +0200, Kamil Debski wrote: From: Philipp Zabel [mailto:p.za...@pengutronix.de] Sent: Tuesday, July 01, 2014 7:53 PM To: Nicolas Dufresne Cc: linux-media@vger.kernel.org; Mauro Carvalho Chehab; Kamil Debski; Fabio Estevam; ker...@pengutronix.de

Re: [PATCH v2 06/29] [media] coda: Add encoder/decoder support for CODA960

2014-07-11 Thread Robert Schwebel
Hi Fabio, On Wed, Jul 02, 2014 at 09:16:42PM +0200, Robert Schwebel wrote: It would be really nice if the firmware was available in the linux-firmware repository. Do you think this would be possible? Best wishes, -- Kamil Debski Samsung RD Institute Poland I tried to convince

Re: [PATCH v2 06/29] [media] coda: Add encoder/decoder support for CODA960

2014-07-21 Thread Robert Schwebel
Hi Fabio, On Fri, Jul 11, 2014 at 02:33:18PM +0200, Robert Schwebel wrote: On Wed, Jul 02, 2014 at 09:16:42PM +0200, Robert Schwebel wrote: It would be really nice if the firmware was available in the linux-firmware repository. Do you think this would be possible? Best wishes

Re: [PATCH v3 06/32] [media] coda: Add encoder/decoder support for CODA960

2014-07-21 Thread Robert Schwebel
Hi Mauro, On Mon, Jul 21, 2014 at 04:01:28PM -0300, Mauro Carvalho Chehab wrote: This patch adds support for the CODA960 VPU in Freescale i.MX6 SoCs. It enables h.264 and MPEG4 encoding and decoding support. Besides the usual register shifting, the CODA960 gains frame memory control and

Re: i.MX6 status for IPU/VPU/GPU

2014-07-28 Thread Robert Schwebel
Hi, On Mon, Jul 28, 2014 at 06:24:45PM +0200, Jean-Michel Hautbois wrote: We have a custom board, based on i.MX6 SoC. We are currently using Freescale's release of Linux, but this is a 3.10.17 kernel, and several drivers are lacking (adv7611 for instance) or badly written (all the MXC part).

Re: [PATCH v2 06/29] [media] coda: Add encoder/decoder support for CODA960

2014-08-14 Thread Robert Schwebel
Jeff, On Mon, Jul 21, 2014 at 09:07:50AM +0200, Robert Schwebel wrote: On Fri, Jul 11, 2014 at 02:33:18PM +0200, Robert Schwebel wrote: On Wed, Jul 02, 2014 at 09:16:42PM +0200, Robert Schwebel wrote: It would be really nice if the firmware was available in the linux-firmware

Re: Using the coda driver with Gstreamer

2014-11-17 Thread Robert Schwebel
Hi Fabio, On Mon, Nov 17, 2014 at 03:29:17PM -0200, Fabio Estevam wrote: I am running linux-next 20141117 on a mx6qsabresd board and trying to play a mp4 video via Gstreamer 1.4.1, but I am getting the following error: root@imx6qsabresd:/mnt/nfs# gst-play-1.0 sample.mp4 Volume: 100% Now

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Robert Schwebel
On Thu, May 28, 2015 at 07:38:20PM +0200, Enrico Weigelt, metux IT consult wrote: Thx. already integrated it into my tree - works fine :) By the way: i still have some your older patches (2012) in my tree, eg. some mediabus, camara, display timing stuff, etc ... not sure whether I really

Re: [PATCH v2 00/21] Basic i.MX IPUv3 capture support

2016-12-29 Thread Robert Schwebel
Hi Jean-Michel, On Thu, Dec 29, 2016 at 04:08:33PM +0100, Jean-Michel Hautbois wrote: > What is the status of this work? Philipp's patches have been reworked with the review feedback from the last round and a new version will be posted when he is back from holidays. rsc -- Pengutronix e.K.