Re: [PATCH] media: imx: Remove incorrect check for queue state in start_streaming

2017-12-01 Thread Hans Verkuil
On 11/17/17 19:23, Ian Jamison wrote: > It is possible to call STREAMON without the minimum number of > buffers queued. In this case the vb2_queue state will be set to > streaming but the start_streaming vb2_op will not be called. > Later when enough buffers are queued, start_streaming will > be ca

[PATCH] media: imx: Remove incorrect check for queue state in start_streaming

2017-11-17 Thread Ian Jamison
It is possible to call STREAMON without the minimum number of buffers queued. In this case the vb2_queue state will be set to streaming but the start_streaming vb2_op will not be called. Later when enough buffers are queued, start_streaming will be called but vb2_is_streaming will already return tr