Re: [PATCH v2 07/23] v4l: vsp1: Release buffers at stream stop

2014-07-01 Thread Laurent Pinchart
Hi Sergei, On Tuesday 24 June 2014 16:00:45 Sergei Shtylyov wrote: > Hello. > > On 06/24/2014 03:54 AM, Laurent Pinchart wrote: > > videobuf2 expects no buffer to be owned by the driver when the > > stop_stream queue operation returns. As the vsp1 driver fails to do so, > > a warning is generated

Re: [PATCH v2 07/23] v4l: vsp1: Release buffers at stream stop

2014-06-24 Thread Sergei Shtylyov
Hello. On 06/24/2014 03:54 AM, Laurent Pinchart wrote: videobuf2 expects no buffer to be owned by the driver when the stop_stream queue operation returns. As the vsp1 driver fails to do so, a warning is generated at stream top time. Fix this by mark releasing all buffers queued on the IRQ qu

[PATCH v2 07/23] v4l: vsp1: Release buffers at stream stop

2014-06-23 Thread Laurent Pinchart
videobuf2 expects no buffer to be owned by the driver when the stop_stream queue operation returns. As the vsp1 driver fails to do so, a warning is generated at stream top time. Fix this by mark releasing all buffers queued on the IRQ queue in the stop_stream operation handler and marking them as