[PATCH v2] [media] m2m: fix bad unlock balance

2015-08-17 Thread Zahari Doychev
r4:aced7be4 [ 145.173013] [<80156cac>] (do_sys_poll) from [<801574a8>] (SyS_ppoll+0x1d4/0x1fc) [ 145.180414] r10: r9:aced6000 r8: r7: r6:75c04538 r5:0002 [ 145.188338] r4: [ 145.190906] [<801572d4>] (SyS_ppoll) from [<8001

Re: [PATCH 2/2] [media] m2m: fix bad unlock balance

2015-08-17 Thread Zahari Doychev
On Fri, Aug 14, 2015 at 01:57:51PM +0200, Hans Verkuil wrote: > On 08/12/2015 05:50 PM, Kamil Debski wrote: > > Hi, > > > > On 12 August 2015 at 13:42, Marek Szyprowski > > wrote: > >> Hello Hans, > >> > >> I'm sorry for a delay. Once again I've been busy with some other internal > >> stuff. > >

[PATCH] [media] coda: drop zero payload bitstream buffers

2015-08-03 Thread Zahari Doychev
The buffers with zero payload are now dumped in coda_fill_bitstream and not passed to coda_bitstream_queue. This avoids unnecessary fifo addition and buffer sequence counter increment. Signed-off-by: Zahari Doychev --- drivers/media/platform/coda/coda-bit.c | 7 +++ 1 file changed, 7

Re: [PATCH 1/2] [media] coda: fix sequence counter increment

2015-08-02 Thread Zahari Doychev
On Tue, Jul 28, 2015 at 12:25:31PM +0200, Philipp Zabel wrote: > Am Dienstag, den 28.07.2015, 10:54 +0200 schrieb Hans Verkuil: > > On 07/08/2015 05:49 PM, Philipp Zabel wrote: > > > Hi Zahari, > > > > > > Am Mittwoch, den 08.07.2015, 15:37 +0200 schrieb Zah

[PATCH 2/2] [media] m2m: fix bad unlock balance

2015-07-08 Thread Zahari Doychev
c04538 r5:0002 [ 145.188338] r4: [ 145.190906] [<801572d4>] (SyS_ppoll) from [<800108c0>] (ret_fast_syscall+0x0/0x54) [ 145.198481] r8:80010aa4 r7:0150 r6:75c04538 r5:0002 r4:0008 Signed-off-by: Zahari Doychev --- drivers/media/v4l2-core/v4l2-mem2mem.c | 19 +

[PATCH 0/2] RFC: m2m device fixes

2015-07-08 Thread Zahari Doychev
Hi, These patches fix some problems that I am experiencing when decoding video using the coda driver. The first one fixes the video playback termination and the second a kernel bug due to mutex unlock balance. Regards Zahari Zahari Doychev (2): [media] coda: fix sequence counter increment

[PATCH 1/2] [media] coda: fix sequence counter increment

2015-07-08 Thread Zahari Doychev
ed-off-by: Zahari Doychev --- drivers/media/platform/coda/coda-bit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/coda/coda-bit.c b/drivers/media/platform/coda/coda-bit.c index 109797b..d33f187 100644 --- a/drivers/media/platform/coda/coda-bit.c

Re: Using the coda driver with Gstreamer

2015-02-18 Thread Zahari Doychev
On Wed, Feb 18, 2015 at 08:34:43AM -0500, Nicolas Dufresne wrote: > > Le 2015-02-18 03:42, Zahari Doychev a écrit : > >>gst-launch-1.0 filesrc > >>>location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux ! > >>>h264parse ! v4l2video1dec ! vide

Re: Using the coda driver with Gstreamer

2015-02-18 Thread Zahari Doychev
Hi Fabio, On Mon, Dec 01, 2014 at 05:17:40PM -0200, Fabio Estevam wrote: > On Tue, Nov 18, 2014 at 4:41 PM, Nicolas Dufresne > wrote: > > > Ok, let us know when the switch is made. Assuming your goal is to get > > the HW decoder working, you should test with simpler pipeline. In your > > specif

Re: [RFC PATCH 00/26] i.MX5/6 IPUv3 CSI/IC

2014-08-04 Thread Zahari Doychev
Hi Philipp, can you tell which kernel tree I have to use for this patch set? Thanks and Regards, Zahari On Thu, Jun 12, 2014 at 07:06:14PM +0200, Philipp Zabel wrote: > Hi, > > attached is a series of our work in progress i.MX6 capture drivers. > I'm posting this now in reaction to Steve's i.M