summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2019-04-01 08:41:58 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-04-22 11:43:00 -0400
commit1f7f11e8ca15366e6c1e62e4d4dc5d1ecb3b2eb4 (patch)
treea39a33b9441e6b7905120109a19947480a305bc9 /tools/perf/scripts/python/export-to-postgresql.py
parent411a414b26aa107ddbbd6995e464f6cc18a1aa8c (diff)
media: videobuf2-v4l2.c: move up STATE_DEQUEUED check
If a buffer is queued to a request, followed by an attempt to queue the same buffer again, then the second qbuf returns an error since the buffer is not in the DEQUEUED state anymore. However, before it gets to that check it executes the code under the 'if (!vb->prepared)' condition. This clears previously set data needed for request handling, and now querybuf will no longer report that this buffer is part of a request. Move the state check to before the 'if' and make sure to only do the state check when called from QBUF and if V4L2_BUF_FLAG_REQUEST_FD is set. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions