aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorHans Verkuil <[email protected]>2015-10-29 03:02:06 -0200
committerMauro Carvalho Chehab <[email protected]>2015-11-17 14:35:39 -0200
commit4623e5967448444a4ea1e77beb58898c4af48693 (patch)
tree11729177d95b4acabb0f37c9c50f05daf4fb7699 /tools/perf/scripts/python/bin
parentf6de9f608504849f3437abe60eeb43932ec5455e (diff)
[media] vb2: fix a regression in poll() behavior for output,streams
In the 3.17 kernel the poll() behavior changed for output streams: as long as not all buffers were queued up poll() would return that userspace can write. This is fine for the write() call, but when using stream I/O this changed the behavior since the expectation was that it would wait for buffers to become available for dequeuing. This patch only enables the check whether you can queue buffers for file I/O only, and skips it for stream I/O. Signed-off-by: Hans Verkuil <[email protected]> Acked-by: Laurent Pinchart <[email protected]> Cc: <[email protected]> # for v3.17 and up Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions