]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: rcar-vin: Drop min_queued_buffers
authorJacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Mon, 4 May 2026 12:43:14 +0000 (14:43 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Wed, 27 May 2026 08:44:04 +0000 (10:44 +0200)
commita947fc3ba8a0c097862613bbaaa0bbd06d10b0d2
treeaa9c06c3aa6f546ab5a224cc04265c30e91f4477
parenta3d78e74dd3ed04797ea351edb7f0a19b961c063
media: rcar-vin: Drop min_queued_buffers

The R-Car VIN driver already uses a scratch buffer to sustain capture
operations in absence of a frame buffer provided by userspace.

There is no reason to require 4 buffers queued at all times for the
driver to operate. Drop min_queued_buffers from the VIN driver to allow
single-frame capture operations.

Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Reviewed-by: Jai Luthra <jai.luthra+renesas@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Tested-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/renesas/rcar-vin/rcar-dma.c