diff options
| author | Ian Jamison <[email protected]> | 2017-12-01 13:53:50 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-12-08 10:38:44 -0500 |
| commit | 678856299c0db53c47bfcbedda7921d878a78be5 (patch) | |
| tree | 3dd2ce7c8931b69f606041cabaaedc39a47ea9f4 /tools/perf/scripts/python | |
| parent | 8fc58186bb41ff8789ad9e993c03a23d67698709 (diff) | |
media: imx: Remove incorrect check for queue state in start/stop_streaming
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 true.
Also removed the queue state check in stop_streaming since it's
not valid there either.
Signed-off-by: Ian Jamison <[email protected]>
Reviewed-by: Steve Longerbeam <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions