summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMing Qian <ming.qian@oss.nxp.com>2025-12-23 14:27:52 +0800
committerHans Verkuil <hverkuil+cisco@kernel.org>2026-01-13 09:41:59 +0100
commit5633ec763a2a18cef6c5ac9250e4f4b8786e7999 (patch)
tree39bfe8a8d21b4767ff3cacbc5cadac8ce0544f9f /tools/perf/scripts/python/bin
parentd79c2165a48e87fc21136c323cb7822da69f8691 (diff)
media: amphion: Drop min_queued_buffers assignment
The min_queued_buffers field controls when start_streaming() is called by the vb2 core (it delays the callback until at least N buffers are queued). Setting it to 1 affects the timing of start_streaming(), which breaks the seek flow in decoder scenarios and causes test failures. The current driver implementation does not rely on this minimum buffer requirement and handles streaming start correctly with the default value of 0, so remove these assignments. Fixes: 3cd084519c6f ("media: amphion: add vpu v4l2 m2m support") Cc: stable@vger.kernel.org Signed-off-by: Ming Qian <ming.qian@oss.nxp.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions