aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBenjamin Gaignard <[email protected]>2024-03-14 16:32:18 +0100
committerHans Verkuil <[email protected]>2024-03-25 12:00:44 +0100
commitd7cdb5946f6394c92916ea9502393b7ffe11fed9 (patch)
treefa476ddece9450ece00b0543f09618d65f1595af /tools/perf/scripts/python/export-to-postgresql.py
parentcc4cce95a95be82ceced13b59054793ae43820ed (diff)
media: videobuf2: Update vb2_is_busy() logic
Do not rely on the number of allocated buffers to know if the queue is busy but on a flag set when at least one buffer has been allocated by REQBUFS or CREATE_BUFS ioctl. The flag is reset when REQBUFS is called with count = 0 or the file handle is closed. This is needed because remove buffers feature will be able to remove all the buffers from a queue while streaming so relying on the number of allocated buffers in the queue won't be possible. Signed-off-by: Benjamin Gaignard <[email protected]> Reviewed-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions