Re: [coda6] Error while decoding second h.264 chunk

2014-10-03 Thread Gaëtan Carlier
Hi, Do you have time to take a look at this (with the PC values) ? On 09/30/2014 09:54 AM, Gaëtan Carlier wrote: Hi, The problem can also come from register address or bit offset because depending source used (GStreamer for 2.6.22 or new coda kernel driver 3.6 or datasheet), registers do not

Re: [coda6] Error while decoding second h.264 chunk

2014-09-30 Thread Gaëtan Carlier
Hi, The problem can also come from register address or bit offset because depending source used (GStreamer for 2.6.22 or new coda kernel driver 3.6 or datasheet), registers do not have same addresses or do not even exists ! On 09/30/2014 08:00 AM, Gaëtan Carlier wrote: Hi Philipp and Fabio

Re: [coda6] Error while decoding second h.264 chunk

2014-09-29 Thread Gaëtan Carlier
Hi Philipp and Fabio, First of all, thanks a lot for your reply. On 09/29/2014 03:53 PM, Philipp Zabel wrote: Hi Gaëtan, Am Mittwoch, den 24.09.2014, 11:18 +0200 schrieb Gaëtan Carlier: Hello Dears, I am back with my Coda6 (i.MX27). I have ported decoding from libvpu code to kernel 3.6 but I

Re: [CODA] Info about internal buffers in CodaDX6

2014-06-16 Thread Gaëtan Carlier
Hello, No one can give me more information about these registers ? Thank you. Bets regards, Gaëtan Carlier. On 06/03/2014 10:32 AM, Gaëtan Carlier wrote: Dear, I am back to add support of h.264 decoding using Coda DX6 on i.MX27 (after long months of inactivity). I base my work on driver from

Re: coda: support of decoding

2013-02-19 Thread Gaëtan Carlier
On 02/19/2013 10:30 PM, Robert Schwebel wrote: 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

Re: coda: support of decoding

2013-02-19 Thread Gaëtan Carlier
Hi On 02/19/2013 07:47 PM, Robert Schwebel wrote: 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 -EINV

Re: [PATCH 1/2] ARM: clk-imx27: Add missing clock for mx2-camera

2012-10-09 Thread Gaëtan Carlier
26:42 Manufacturer ID 7f:a2 mx2-camera mx2-camera.0: MX2 Camera (CSI) driver probed, clock frequency: 4433 On clone imx27_3ds board with mt9v111 sensor (draft driver): mt9v111 0-0048: Detected a MT9V111 chip ID 823a mx2-camera mx2-camera.0: MX2 Camera (CSI) driver probed, clock

Re: [PATCH v2 2/2] [media]: mx2_camera: Fix regression caused by clock conversion

2012-10-09 Thread Gaëtan Carlier
oaded\n"); return 0; I only test detection at kernel boot not streaming using Gstreamer due to lack of time. On imx27_3ds board with ov2640 sensor: ov2640 0-0030: ov2640 Product ID 26:42 Manufacturer ID 7f:a2 mx2-camera mx2-camera.0: MX2 Camera (CSI) driver probed, clock frequency:

Re: [PATCH 2/2] [media]: mx2_camera: Fix regression caused by clock conversion

2012-10-08 Thread Gaëtan Carlier
pcdev->clk_csi); + clk_put(pcdev->clk_csi_per); + clk_put(pcdev->clk_csi_ahb); if (cpu_is_mx25()) free_irq(pcdev->irq_csi, pcdev); if (cpu_is_mx27()) This patch does not apply on linux-next-20121008. I suppose that linux-media development b