From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Daniel Scally <dan.scally@ideasonboard.com>
Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
jacopo.mondi@ideasonboard.com, nayden.kanchev@arm.com,
robh+dt@kernel.org, mchehab@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
jerome.forissier@linaro.org, kieran.bingham@ideasonboard.com,
sakari.ailus@iki.fi
Subject: Re: [PATCH v5 12/16] Documentation: mali-c55: Add Statistics documentation
Date: Fri, 31 May 2024 01:43:04 +0300 [thread overview]
Message-ID: <20240530224304.GD5213@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20240529152858.183799-13-dan.scally@ideasonboard.com>
Hi Dan,
Thank you for the patch.
On Wed, May 29, 2024 at 04:28:54PM +0100, Daniel Scally wrote:
> Add documentation explaining the ability to capture statistics from
> the mali-c55 driver's new V4L2 device, as well as the various tap
> points from which those statistics can be drawn in the ISP's
> processing flow. Additionally add a page detailing the new V4L2
> meta format for the mali-c55 statistics.
>
> Acked-by: Nayden Kanchev <nayden.kanchev@arm.com>
> Co-developed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
> ---
> Changes in v5:
>
> - New patch
>
> Documentation/admin-guide/media/mali-c55.rst | 60 ++++++++++++++++++-
> .../userspace-api/media/v4l/meta-formats.rst | 1 +
> .../media/v4l/metafmt-arm-mali-c55.rst | 28 +++++++++
> 3 files changed, 88 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst
>
> diff --git a/Documentation/admin-guide/media/mali-c55.rst b/Documentation/admin-guide/media/mali-c55.rst
> index cf4176cb1e44..b75437f6e96a 100644
> --- a/Documentation/admin-guide/media/mali-c55.rst
> +++ b/Documentation/admin-guide/media/mali-c55.rst
> @@ -67,10 +67,11 @@ The driver has 4 V4L2 subdevices:
> - `mali_c55 resizer fr`: The Full-Resolution pipe resizer
> - `mali_c55 resizer ds`: The Downscale pipe resizer
>
> -The driver has 2 V4L2 video devices:
> +The driver has 3 V4L2 video devices:
>
> - `mali-c55 fr`: The full-resolution pipe's capture device
> - `mali-c55 ds`: The downscale pipe's capture device
> +- `mali-c55 3a stats`: The 3A statistics capture device
>
> Frame sequences are synchronised across to two capture devices, meaning if one
> pipe is started later than the other the sequence numbers returned in its
> @@ -326,6 +327,63 @@ configured, followed by formats in the appropriate places:
> # Set format on the video device and stream
> yavta -f RGB565 -s 1920x1080 -c10 /dev/video0
>
> +.. _mali-c55-3a-stats:
> +
> +Capturing ISP Statistics
> +========================
> +
> +The ISP is capable of producing statistics for consumption by image processing
> +algorithms running in userspace. These statistics can be captured by queueing
> +buffers to the `mali-c55 3a stats` V4L2 Device whilst the ISP is streaming. Only
> +the :ref:`V4L2_META_FMT_MALI_C55_3A_STATS <v4l2-meta-fmt-mali-c55-3a-stats>`
> +format is supported, so no format-setting need be done:
> +
> +.. code-block:: none
> +
> + # We assume the media graph has been configured to support RGB565 capture
> + # from the mali-c55 fr V4L2 Device, which is at /dev/video0. The statistics
> + # V4L2 device is at /dev/video3
> +
> + yavta -f RGB565 -s 1920x1080 -c32 /dev/video0 && \
> + yavta -c10 -F /dev/video3
> +
> +The layout of the buffer is described by :c:type:`mali_c55_stats_buffer`,
> +but broadly statistics are generated to support three image processing
> +algorithms; AEXP (Auto-Exposure), AWB (Auto-White Balance) and AF (Auto-Focus).
> +These stats can be drawn from various places in the Mali C55 ISP pipeline, known
> +as "tap points". This high-level block diagram is intended to explain where in
> +the processing flow the statistics can be drawn from::
> +
> + +--> AEXP-2 +----> AEXP-1 +--> AF-0
> + | +----> AF-1 |
> + | | |
> + +---------+ | +--------------+ | +--------------+ |
> + | Input +-+-->+ Digital Gain +---+-->+ Black Level +---+---+
> + +---------+ +--------------+ +--------------+ |
> + +-----------------------------------------------------------------+
> + |
> + | +--------------+ +---------+ +----------------+
> + +-->| Sinter Noise +-+ White +--+--->| Lens Shading +--+---------------+
> + | Reduction | | Balance | | | | | |
> + +--------------+ +---------+ | +----------------+ | |
> + +---> AEXP-0 (A) +--> AEXP-0 (B) |
> + +--------------------------------------------------------------------------+
> + |
> + | +----------------+ +--------------+ +----------------+
> + +-->| Tone mapping +-+--->| Demosaicing +->+ Purple Fringe +-+-----------+
> + | | | +--------------+ | Correction | | |
> + +----------------+ +-> AEXP-IRIDIX +----------------+ +---> AWB-0 |
> + +----------------------------------------------------------------------------+
> + | +-------------+ +-------------+
> + +------------------->| Colour +---+--->| Output |
> + | Correction | | | Pipelines |
> + +-------------+ | +-------------+
> + +--> AWB-1
> +
> +At present all statistics are drawn from the 0th tap point for each algorithm;
> +I.E. AEXP statistics from AEXP-0 (A), AWB statistics from AWB-0 and AF
> +statistics from AF-0. In the future this will be configurable.
> +
> References
> ==========
> .. [1] https://git.linuxtv.org/v4l-utils.git/
> diff --git a/Documentation/userspace-api/media/v4l/meta-formats.rst b/Documentation/userspace-api/media/v4l/meta-formats.rst
> index c23aac823d2c..73c05cc35321 100644
> --- a/Documentation/userspace-api/media/v4l/meta-formats.rst
> +++ b/Documentation/userspace-api/media/v4l/meta-formats.rst
> @@ -15,6 +15,7 @@ These formats are used for the :ref:`metadata` interface only.
> metafmt-d4xx
> metafmt-generic
> metafmt-intel-ipu3
> + metafmt-arm-mali-c55
Alphabetical order please.
> metafmt-rkisp1
> metafmt-uvc
> metafmt-vivid
> diff --git a/Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst b/Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst
> new file mode 100644
> index 000000000000..219a5dd42d70
> --- /dev/null
> +++ b/Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst
> @@ -0,0 +1,28 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +.. _v4l2-meta-fmt-mali-c55-3a-stats:
> +
> +****************************************
> +V4L2_META_FMT_MALI_C55_3A_STATS ('C55S')
> +****************************************
> +
> +3A Statistics
> +=============
Missing blank line.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> +The ISP device collects different statistics over an input bayer frame. Those
> +statistics can be obtained by userspace from the
> +:ref:`mali-c55 3a stats <mali-c55-3a-stats>` metadata capture video node, using
> +the :c:type:`v4l2_meta_format` interface. The buffer contains a single instance
> +of the C structure :c:type:`mali_c55_stats_buffer` defined in
> +``mali-c55-config.h``, so the structure can be obtained from the buffer by:
> +
> +.. code-block:: C
> +
> + struct mali_c55_stats_buffer *stats =
> + (struct mali_c55_stats_buffer *)buf;
> +
> +For details of the statistics see :c:type:`mali_c55_stats_buffer`.
> +
> +Arm Mali-C55 uAPI data types
> +============================
> +
> +.. kernel-doc:: include/uapi/linux/media/arm/mali-c55-config.h
--
Regards,
Laurent Pinchart
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Daniel Scally <dan.scally@ideasonboard.com>
Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
jacopo.mondi@ideasonboard.com, nayden.kanchev@arm.com,
robh+dt@kernel.org, mchehab@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
jerome.forissier@linaro.org, kieran.bingham@ideasonboard.com,
sakari.ailus@iki.fi
Subject: Re: [PATCH v5 12/16] Documentation: mali-c55: Add Statistics documentation
Date: Fri, 31 May 2024 01:43:04 +0300 [thread overview]
Message-ID: <20240530224304.GD5213@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20240529152858.183799-13-dan.scally@ideasonboard.com>
Hi Dan,
Thank you for the patch.
On Wed, May 29, 2024 at 04:28:54PM +0100, Daniel Scally wrote:
> Add documentation explaining the ability to capture statistics from
> the mali-c55 driver's new V4L2 device, as well as the various tap
> points from which those statistics can be drawn in the ISP's
> processing flow. Additionally add a page detailing the new V4L2
> meta format for the mali-c55 statistics.
>
> Acked-by: Nayden Kanchev <nayden.kanchev@arm.com>
> Co-developed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
> ---
> Changes in v5:
>
> - New patch
>
> Documentation/admin-guide/media/mali-c55.rst | 60 ++++++++++++++++++-
> .../userspace-api/media/v4l/meta-formats.rst | 1 +
> .../media/v4l/metafmt-arm-mali-c55.rst | 28 +++++++++
> 3 files changed, 88 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst
>
> diff --git a/Documentation/admin-guide/media/mali-c55.rst b/Documentation/admin-guide/media/mali-c55.rst
> index cf4176cb1e44..b75437f6e96a 100644
> --- a/Documentation/admin-guide/media/mali-c55.rst
> +++ b/Documentation/admin-guide/media/mali-c55.rst
> @@ -67,10 +67,11 @@ The driver has 4 V4L2 subdevices:
> - `mali_c55 resizer fr`: The Full-Resolution pipe resizer
> - `mali_c55 resizer ds`: The Downscale pipe resizer
>
> -The driver has 2 V4L2 video devices:
> +The driver has 3 V4L2 video devices:
>
> - `mali-c55 fr`: The full-resolution pipe's capture device
> - `mali-c55 ds`: The downscale pipe's capture device
> +- `mali-c55 3a stats`: The 3A statistics capture device
>
> Frame sequences are synchronised across to two capture devices, meaning if one
> pipe is started later than the other the sequence numbers returned in its
> @@ -326,6 +327,63 @@ configured, followed by formats in the appropriate places:
> # Set format on the video device and stream
> yavta -f RGB565 -s 1920x1080 -c10 /dev/video0
>
> +.. _mali-c55-3a-stats:
> +
> +Capturing ISP Statistics
> +========================
> +
> +The ISP is capable of producing statistics for consumption by image processing
> +algorithms running in userspace. These statistics can be captured by queueing
> +buffers to the `mali-c55 3a stats` V4L2 Device whilst the ISP is streaming. Only
> +the :ref:`V4L2_META_FMT_MALI_C55_3A_STATS <v4l2-meta-fmt-mali-c55-3a-stats>`
> +format is supported, so no format-setting need be done:
> +
> +.. code-block:: none
> +
> + # We assume the media graph has been configured to support RGB565 capture
> + # from the mali-c55 fr V4L2 Device, which is at /dev/video0. The statistics
> + # V4L2 device is at /dev/video3
> +
> + yavta -f RGB565 -s 1920x1080 -c32 /dev/video0 && \
> + yavta -c10 -F /dev/video3
> +
> +The layout of the buffer is described by :c:type:`mali_c55_stats_buffer`,
> +but broadly statistics are generated to support three image processing
> +algorithms; AEXP (Auto-Exposure), AWB (Auto-White Balance) and AF (Auto-Focus).
> +These stats can be drawn from various places in the Mali C55 ISP pipeline, known
> +as "tap points". This high-level block diagram is intended to explain where in
> +the processing flow the statistics can be drawn from::
> +
> + +--> AEXP-2 +----> AEXP-1 +--> AF-0
> + | +----> AF-1 |
> + | | |
> + +---------+ | +--------------+ | +--------------+ |
> + | Input +-+-->+ Digital Gain +---+-->+ Black Level +---+---+
> + +---------+ +--------------+ +--------------+ |
> + +-----------------------------------------------------------------+
> + |
> + | +--------------+ +---------+ +----------------+
> + +-->| Sinter Noise +-+ White +--+--->| Lens Shading +--+---------------+
> + | Reduction | | Balance | | | | | |
> + +--------------+ +---------+ | +----------------+ | |
> + +---> AEXP-0 (A) +--> AEXP-0 (B) |
> + +--------------------------------------------------------------------------+
> + |
> + | +----------------+ +--------------+ +----------------+
> + +-->| Tone mapping +-+--->| Demosaicing +->+ Purple Fringe +-+-----------+
> + | | | +--------------+ | Correction | | |
> + +----------------+ +-> AEXP-IRIDIX +----------------+ +---> AWB-0 |
> + +----------------------------------------------------------------------------+
> + | +-------------+ +-------------+
> + +------------------->| Colour +---+--->| Output |
> + | Correction | | | Pipelines |
> + +-------------+ | +-------------+
> + +--> AWB-1
> +
> +At present all statistics are drawn from the 0th tap point for each algorithm;
> +I.E. AEXP statistics from AEXP-0 (A), AWB statistics from AWB-0 and AF
> +statistics from AF-0. In the future this will be configurable.
> +
> References
> ==========
> .. [1] https://git.linuxtv.org/v4l-utils.git/
> diff --git a/Documentation/userspace-api/media/v4l/meta-formats.rst b/Documentation/userspace-api/media/v4l/meta-formats.rst
> index c23aac823d2c..73c05cc35321 100644
> --- a/Documentation/userspace-api/media/v4l/meta-formats.rst
> +++ b/Documentation/userspace-api/media/v4l/meta-formats.rst
> @@ -15,6 +15,7 @@ These formats are used for the :ref:`metadata` interface only.
> metafmt-d4xx
> metafmt-generic
> metafmt-intel-ipu3
> + metafmt-arm-mali-c55
Alphabetical order please.
> metafmt-rkisp1
> metafmt-uvc
> metafmt-vivid
> diff --git a/Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst b/Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst
> new file mode 100644
> index 000000000000..219a5dd42d70
> --- /dev/null
> +++ b/Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst
> @@ -0,0 +1,28 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +.. _v4l2-meta-fmt-mali-c55-3a-stats:
> +
> +****************************************
> +V4L2_META_FMT_MALI_C55_3A_STATS ('C55S')
> +****************************************
> +
> +3A Statistics
> +=============
Missing blank line.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> +The ISP device collects different statistics over an input bayer frame. Those
> +statistics can be obtained by userspace from the
> +:ref:`mali-c55 3a stats <mali-c55-3a-stats>` metadata capture video node, using
> +the :c:type:`v4l2_meta_format` interface. The buffer contains a single instance
> +of the C structure :c:type:`mali_c55_stats_buffer` defined in
> +``mali-c55-config.h``, so the structure can be obtained from the buffer by:
> +
> +.. code-block:: C
> +
> + struct mali_c55_stats_buffer *stats =
> + (struct mali_c55_stats_buffer *)buf;
> +
> +For details of the statistics see :c:type:`mali_c55_stats_buffer`.
> +
> +Arm Mali-C55 uAPI data types
> +============================
> +
> +.. kernel-doc:: include/uapi/linux/media/arm/mali-c55-config.h
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2024-05-30 22:43 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 15:28 [PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 15:28 ` [PATCH v5 01/16] media: uapi: Add MEDIA_BUS_FMT_RGB202020_1X60 format code Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 18:14 ` Laurent Pinchart
2024-05-29 18:14 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 02/16] media: uapi: Add 20-bit bayer formats Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 18:18 ` Laurent Pinchart
2024-05-29 18:18 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 03/16] media: v4l2-common: Add RAW16 format info Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 18:20 ` Laurent Pinchart
2024-05-29 18:20 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 04/16] dt-bindings: media: Add bindings for ARM mali-c55 Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 18:21 ` Laurent Pinchart
2024-05-29 18:21 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 05/16] media: mali-c55: Add Mali-C55 ISP driver Daniel Scally
2024-05-30 0:15 ` Laurent Pinchart
2024-05-30 21:43 ` Laurent Pinchart
2024-06-06 12:47 ` Jacopo Mondi
2024-06-06 12:47 ` Jacopo Mondi
2024-06-06 17:53 ` Laurent Pinchart
2024-06-06 17:53 ` Laurent Pinchart
2024-06-06 19:10 ` Tomi Valkeinen
2024-06-06 19:10 ` Tomi Valkeinen
2024-06-09 6:21 ` Sakari Ailus
2024-06-09 6:21 ` Sakari Ailus
2024-06-16 20:38 ` Laurent Pinchart
2024-06-17 6:53 ` Sakari Ailus
2024-06-17 22:49 ` Laurent Pinchart
2024-06-20 14:33 ` Dan Scally
2024-06-20 14:49 ` Dan Scally
2024-06-20 15:23 ` Laurent Pinchart
2024-06-21 9:28 ` Dan Scally
2024-06-29 15:24 ` Laurent Pinchart
2024-06-21 10:42 ` Dan Scally
2024-06-29 15:21 ` Laurent Pinchart
2024-06-14 10:13 ` Dan Scally
2024-06-16 19:39 ` Laurent Pinchart
2024-06-17 6:31 ` Dan Scally
2024-06-17 11:41 ` Dan Scally
2024-06-17 23:04 ` Laurent Pinchart
2024-06-19 15:43 ` Dan Scally
2024-06-29 15:13 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 06/16] media: Documentation: Add Mali-C55 ISP Documentation Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 20:22 ` Laurent Pinchart
2024-05-29 20:22 ` Laurent Pinchart
2024-05-29 20:35 ` Dan Scally
2024-05-29 20:35 ` Dan Scally
2024-05-29 20:51 ` Laurent Pinchart
2024-05-29 20:51 ` Laurent Pinchart
2024-05-29 21:11 ` Dan Scally
2024-05-29 21:11 ` Dan Scally
2024-05-29 21:31 ` Dan Scally
2024-05-29 21:31 ` Dan Scally
2024-05-29 15:28 ` [PATCH v5 07/16] MAINTAINERS: Add entry for mali-c55 driver Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 18:25 ` Laurent Pinchart
2024-05-29 18:25 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 08/16] media: Add MALI_C55_3A_STATS meta format Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-30 21:49 ` Laurent Pinchart
2024-05-30 21:49 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 09/16] media: uapi: Add 3a stats buffer for mali-c55 Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-30 22:24 ` Laurent Pinchart
2024-05-30 22:24 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 10/16] media: platform: Add mali-c55 3a stats devnode Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-06-16 21:19 ` Laurent Pinchart
2024-06-20 15:10 ` Dan Scally
2024-06-29 15:04 ` Laurent Pinchart
2024-07-01 15:12 ` Dan Scally
2024-07-02 7:00 ` Dan Scally
2024-07-21 23:27 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 11/16] media: platform: Fill stats buffer on ISP_START Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 15:28 ` [PATCH v5 12/16] Documentation: mali-c55: Add Statistics documentation Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-30 22:43 ` Laurent Pinchart [this message]
2024-05-30 22:43 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 13/16] media: mali-c55: Add image formats for Mali-C55 parameters buffer Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-30 22:44 ` Laurent Pinchart
2024-05-30 22:44 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 14/16] media: uapi: Add parameters structs to mali-c55-config.h Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-30 7:08 ` kernel test robot
2024-05-30 7:08 ` kernel test robot
2024-05-31 0:09 ` Laurent Pinchart
2024-05-31 0:09 ` Laurent Pinchart
2024-05-31 7:30 ` Dan Scally
2024-05-31 7:30 ` Dan Scally
2024-06-02 0:24 ` Laurent Pinchart
2024-06-02 0:24 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 15/16] media: platform: Add mali-c55 parameters video node Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-30 7:18 ` kernel test robot
2024-05-30 7:18 ` kernel test robot
2024-05-30 12:54 ` kernel test robot
2024-05-30 12:54 ` kernel test robot
2024-06-14 18:53 ` Sakari Ailus
2024-06-14 20:15 ` Dan Scally
2024-06-14 21:11 ` Sakari Ailus
2024-06-14 21:49 ` Dan Scally
2024-06-16 21:32 ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 16/16] Documentation: mali-c55: Document the mali-c55 parameter setting Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-30 22:54 ` Laurent Pinchart
2024-05-30 22:54 ` Laurent Pinchart
2024-05-29 23:27 ` [PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver Laurent Pinchart
2024-05-29 23:27 ` Laurent Pinchart
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=20240530224304.GD5213@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=conor+dt@kernel.org \
--cc=dan.scally@ideasonboard.com \
--cc=devicetree@vger.kernel.org \
--cc=jacopo.mondi@ideasonboard.com \
--cc=jerome.forissier@linaro.org \
--cc=kieran.bingham@ideasonboard.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=nayden.kanchev@arm.com \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@iki.fi \
/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.