From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: linux-media@vger.kernel.org,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Adam Ford <aford173@gmail.com>,
Conor Dooley <conor+dt@kernel.org>,
Dafna Hirschfeld <dafna@fastmail.com>,
Heiko Stuebner <heiko@sntech.de>,
Helen Koike <helen.koike@collabora.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Paul Elder <paul.elder@ideasonboard.com>,
Rob Herring <robh+dt@kernel.org>,
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>,
devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: Re: [PATCH v13 00/12] media: rkisp1: Add support for i.MX8MP
Date: Mon, 19 Feb 2024 09:42:27 +0100 [thread overview]
Message-ID: <6019598.lOV4Wx5bFT@steina-w> (raw)
In-Reply-To: <20240218204350.10916-1-laurent.pinchart@ideasonboard.com>
Hi Laurent,
thanks for the update.
Am Sonntag, 18. Februar 2024, 21:43:38 CET schrieb Laurent Pinchart:
> Hello,
>
> This series extends the rkisp1 driver to support the ISP found in the
> NXP i.MX8MP SoC.
>
> The ISP IP cores in the Rockchip RK3399 (known as the "Rockchip ISP1")
> and in the NXP i.MX8MP have the same origin, and have slightly diverged
> over time as they are now independently developed (afaik) by Rockchip
> and VeriSilicon. The latter is marketed under the name "ISP8000Nano",
> and is close enough to the RK3399 ISP that it can easily be supported by
> the same driver.
>
> This version of the series specifically has been tested on a Polyhex
> Debix model A with an IMX219 camera sensor (Raspberry Pi cam v2).
>
> See individual patches for a detailed description of changes compared to
> v12.
>
> This should hopefully be the last version, I plan to send a pull request
> in a few days, in time for v6.9.
Still works on my platform TQMa8MPQL/MBa8MPxL + IMX327 using libcamera for 1080p + SRGGB10 debayering. For the missing commits:
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> Laurent Pinchart (2):
> media: rkisp1: Add and use rkisp1_has_feature() macro
> media: rkisp1: Configure gasket on i.MX8MP
>
> Paul Elder (10):
> media: rkisp1: Support setting memory stride for main path
> media: rkisp1: Support devices lacking self path
> media: rkisp1: Support devices lacking dual crop
> dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible
> media: rkisp1: Add version enum for i.MX8MP ISP
> media: rkisp1: Support i.MX8MP's 34-bit DMA
> media: rkisp1: Add YC swap capability
> media: rkisp1: Add UYVY as an output format
> media: rkisp1: Fix endianness on raw streams on i.MX8MP
> media: rkisp1: Add match data for i.MX8MP ISP
>
> .../bindings/media/rockchip-isp1.yaml | 37 +++-
> .../platform/rockchip/rkisp1/rkisp1-capture.c | 180 ++++++++++++++----
> .../platform/rockchip/rkisp1/rkisp1-common.h | 35 +++-
> .../platform/rockchip/rkisp1/rkisp1-dev.c | 71 ++++++-
> .../platform/rockchip/rkisp1/rkisp1-isp.c | 131 ++++++++++++-
> .../platform/rockchip/rkisp1/rkisp1-regs.h | 35 ++++
> .../platform/rockchip/rkisp1/rkisp1-resizer.c | 19 +-
> include/uapi/linux/rkisp1-config.h | 50 ++---
> 8 files changed, 472 insertions(+), 86 deletions(-)
>
>
> base-commit: e0b8eb0f6d652981bfd9ba7c619c9d81ed087ad0
>
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: linux-media@vger.kernel.org,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Adam Ford <aford173@gmail.com>,
Conor Dooley <conor+dt@kernel.org>,
Dafna Hirschfeld <dafna@fastmail.com>,
Heiko Stuebner <heiko@sntech.de>,
Helen Koike <helen.koike@collabora.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Paul Elder <paul.elder@ideasonboard.com>,
Rob Herring <robh+dt@kernel.org>,
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>,
devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: Re: [PATCH v13 00/12] media: rkisp1: Add support for i.MX8MP
Date: Mon, 19 Feb 2024 09:42:27 +0100 [thread overview]
Message-ID: <6019598.lOV4Wx5bFT@steina-w> (raw)
In-Reply-To: <20240218204350.10916-1-laurent.pinchart@ideasonboard.com>
Hi Laurent,
thanks for the update.
Am Sonntag, 18. Februar 2024, 21:43:38 CET schrieb Laurent Pinchart:
> Hello,
>
> This series extends the rkisp1 driver to support the ISP found in the
> NXP i.MX8MP SoC.
>
> The ISP IP cores in the Rockchip RK3399 (known as the "Rockchip ISP1")
> and in the NXP i.MX8MP have the same origin, and have slightly diverged
> over time as they are now independently developed (afaik) by Rockchip
> and VeriSilicon. The latter is marketed under the name "ISP8000Nano",
> and is close enough to the RK3399 ISP that it can easily be supported by
> the same driver.
>
> This version of the series specifically has been tested on a Polyhex
> Debix model A with an IMX219 camera sensor (Raspberry Pi cam v2).
>
> See individual patches for a detailed description of changes compared to
> v12.
>
> This should hopefully be the last version, I plan to send a pull request
> in a few days, in time for v6.9.
Still works on my platform TQMa8MPQL/MBa8MPxL + IMX327 using libcamera for 1080p + SRGGB10 debayering. For the missing commits:
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> Laurent Pinchart (2):
> media: rkisp1: Add and use rkisp1_has_feature() macro
> media: rkisp1: Configure gasket on i.MX8MP
>
> Paul Elder (10):
> media: rkisp1: Support setting memory stride for main path
> media: rkisp1: Support devices lacking self path
> media: rkisp1: Support devices lacking dual crop
> dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible
> media: rkisp1: Add version enum for i.MX8MP ISP
> media: rkisp1: Support i.MX8MP's 34-bit DMA
> media: rkisp1: Add YC swap capability
> media: rkisp1: Add UYVY as an output format
> media: rkisp1: Fix endianness on raw streams on i.MX8MP
> media: rkisp1: Add match data for i.MX8MP ISP
>
> .../bindings/media/rockchip-isp1.yaml | 37 +++-
> .../platform/rockchip/rkisp1/rkisp1-capture.c | 180 ++++++++++++++----
> .../platform/rockchip/rkisp1/rkisp1-common.h | 35 +++-
> .../platform/rockchip/rkisp1/rkisp1-dev.c | 71 ++++++-
> .../platform/rockchip/rkisp1/rkisp1-isp.c | 131 ++++++++++++-
> .../platform/rockchip/rkisp1/rkisp1-regs.h | 35 ++++
> .../platform/rockchip/rkisp1/rkisp1-resizer.c | 19 +-
> include/uapi/linux/rkisp1-config.h | 50 ++---
> 8 files changed, 472 insertions(+), 86 deletions(-)
>
>
> base-commit: e0b8eb0f6d652981bfd9ba7c619c9d81ed087ad0
>
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
next prev parent reply other threads:[~2024-02-19 8:42 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-18 20:43 [PATCH v13 00/12] media: rkisp1: Add support for i.MX8MP Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 01/12] media: rkisp1: Add and use rkisp1_has_feature() macro Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 02/12] media: rkisp1: Support setting memory stride for main path Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 03/12] media: rkisp1: Support devices lacking self path Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 04/12] media: rkisp1: Support devices lacking dual crop Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 05/12] dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 06/12] media: rkisp1: Add version enum for i.MX8MP ISP Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 07/12] media: rkisp1: Configure gasket on i.MX8MP Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 08/12] media: rkisp1: Support i.MX8MP's 34-bit DMA Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 09/12] media: rkisp1: Add YC swap capability Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 10/12] media: rkisp1: Add UYVY as an output format Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 11/12] media: rkisp1: Fix endianness on raw streams on i.MX8MP Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-19 9:56 ` Paul Elder
2024-02-19 9:56 ` Paul Elder
2024-02-19 10:29 ` Laurent Pinchart
2024-02-19 10:29 ` Laurent Pinchart
2024-02-19 12:54 ` [PATCH v13.1 " Laurent Pinchart
2024-02-19 12:54 ` Laurent Pinchart
2024-02-18 20:43 ` [PATCH v13 12/12] media: rkisp1: Add match data for i.MX8MP ISP Laurent Pinchart
2024-02-18 20:43 ` Laurent Pinchart
2024-02-19 8:42 ` Alexander Stein [this message]
2024-02-19 8:42 ` [PATCH v13 00/12] media: rkisp1: Add support for i.MX8MP Alexander Stein
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=6019598.lOV4Wx5bFT@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=aford173@gmail.com \
--cc=conor+dt@kernel.org \
--cc=dafna@fastmail.com \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=helen.koike@collabora.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=paul.elder@ideasonboard.com \
--cc=robh+dt@kernel.org \
--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.