From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Cc: linux-media@vger.kernel.org, sakari.ailus@linux.intel.com,
Jacopo Mondi <jacopo+renesas@jmondi.org>,
niklas.soderlund+renesas@ragnatech.se,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Hans Verkuil <hverkuil-cisco@xs4all.nl>,
Pratyush Yadav <p.yadav@ti.com>
Subject: Re: [PATCH v1 0/4] v4l-utils: support multiplexed streams
Date: Wed, 1 Dec 2021 05:46:11 +0200 [thread overview]
Message-ID: <YabwAzSJlAlYqFhb@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20211130141815.892354-1-tomi.valkeinen@ideasonboard.com>
Hi Tomi,
Thank you for the patch.
On Tue, Nov 30, 2021 at 04:18:11PM +0200, Tomi Valkeinen wrote:
> Hi,
>
> This series adds support to multiplexed streams.
>
> v4l2-ctl and media-ctl are updated to allow configuring routes and
> setting configs per stream.
>
> v4l2-compliance is updated to always set the new stream field, and to do
> some testing for multiplexed subdevs.
What device(s) have you tested this with ?
> Tomi Valkeinen (4):
> v4l2-utils: update Linux headers for multiplexed streams
> v4l2-ctl: Add routing and streams support
> media-ctl: add support for routes and streams
> v4l2-ctl/compliance: add routing and streams multiplexed streams
>
> include/linux/v4l2-subdev.h | 88 +++++-
> utils/common/v4l2-info.cpp | 2 +
> utils/media-ctl/libmediactl.c | 41 +++
> utils/media-ctl/libv4l2subdev.c | 256 +++++++++++++++--
> utils/media-ctl/media-ctl.c | 113 ++++++--
> utils/media-ctl/mediactl.h | 16 ++
> utils/media-ctl/options.c | 15 +-
> utils/media-ctl/options.h | 1 +
> utils/media-ctl/v4l2subdev.h | 58 +++-
> utils/v4l2-compliance/v4l2-compliance.cpp | 124 +++++++--
> utils/v4l2-compliance/v4l2-compliance.h | 8 +-
> utils/v4l2-compliance/v4l2-test-subdevs.cpp | 43 ++-
> utils/v4l2-ctl/v4l2-ctl-subdev.cpp | 289 +++++++++++++++++---
> utils/v4l2-ctl/v4l2-ctl.cpp | 2 +
> utils/v4l2-ctl/v4l2-ctl.h | 2 +
> 15 files changed, 928 insertions(+), 130 deletions(-)
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2021-12-01 3:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-30 14:18 [PATCH v1 0/4] v4l-utils: support multiplexed streams Tomi Valkeinen
2021-11-30 14:18 ` [PATCH v1 1/4] v4l2-utils: update Linux headers for " Tomi Valkeinen
2021-12-01 17:50 ` Laurent Pinchart
2021-12-01 18:53 ` Tomi Valkeinen
2021-11-30 14:18 ` [PATCH v1 2/4] v4l2-ctl: Add routing and streams support Tomi Valkeinen
2021-11-30 14:18 ` [PATCH v1 3/4] media-ctl: add support for routes and streams Tomi Valkeinen
2022-03-21 10:37 ` Pratyush Yadav
2022-03-21 10:45 ` Laurent Pinchart
2022-07-14 12:04 ` Tomi Valkeinen
2021-11-30 14:18 ` [PATCH v1 4/4] v4l2-ctl/compliance: add routing and streams multiplexed streams Tomi Valkeinen
2021-12-01 3:46 ` Laurent Pinchart [this message]
2021-12-01 6:28 ` [PATCH v1 0/4] v4l-utils: support " Tomi Valkeinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YabwAzSJlAlYqFhb@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=jacopo+renesas@jmondi.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=niklas.soderlund+renesas@ragnatech.se \
--cc=p.yadav@ti.com \
--cc=sakari.ailus@linux.intel.com \
--cc=tomi.valkeinen@ideasonboard.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.