From: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
To: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
linux-renesas-soc@vger.kernel.org,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Subject: Re: [PATCH v2 0/6] media: renesas: vsp1: Add support for IIF
Date: Tue, 25 Feb 2025 23:56:05 +0100 [thread overview]
Message-ID: <20250225225605.GA2676269@ragnatech.se> (raw)
In-Reply-To: <20250224-v4h-iif-v2-0-0305e3c1fe2d@ideasonboard.com>
Hi Jacopo,
Thanks for your work.
On 2025-02-24 21:19:40 +0100, Jacopo Mondi wrote:
> The IIF (ISP InterFace) is a VSP2 function that reads data from
> external memory using two RPF instances and feed it to the ISP.
>
> The IIF support is modeled in the vsp1 driver as a new, simple,
> entity type.
>
> IIF is part of VSPX, a version of the VSP2 IP specialized for ISP
> interfacing. To prepare to support VSPX, support IIF first by
> introducing a new entity and by adjusting the RPF/WPF drivers to
> operate correctly when an IIF is present.
>
> Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
> ---
> Changes in v2:
> - Collect tags
> - Address review comments from Laurent, a lot of tiny changes here and
> there but no major redesign worth an entry in the patchset changelog
I'm still no expert on the VSP1 but the changes looks good, so FWIW.
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
I also tested this with the ISP and it all works as expected,
Tested-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>
> ---
> Jacopo Mondi (6):
> media: vsp1: Add support IIF ISP Interface
> media: vsp1: Clean FRE interrupt status
> media: vsp1: dl: Use singleshot DL for VSPX
> media: vsp1: rwpf: Break out format handling
> media: vsp1: rwpf: Support RAW Bayer and ISP config
> media: vsp1: rwpf: Support operations with IIF
>
> drivers/media/platform/renesas/vsp1/Makefile | 2 +-
> drivers/media/platform/renesas/vsp1/vsp1.h | 3 +
> drivers/media/platform/renesas/vsp1/vsp1_dl.c | 7 +-
> drivers/media/platform/renesas/vsp1/vsp1_drv.c | 14 ++-
> drivers/media/platform/renesas/vsp1/vsp1_entity.c | 8 ++
> drivers/media/platform/renesas/vsp1/vsp1_entity.h | 1 +
> drivers/media/platform/renesas/vsp1/vsp1_iif.c | 133 ++++++++++++++++++++++
> drivers/media/platform/renesas/vsp1/vsp1_iif.h | 26 +++++
> drivers/media/platform/renesas/vsp1/vsp1_pipe.c | 1 +
> drivers/media/platform/renesas/vsp1/vsp1_pipe.h | 1 +
> drivers/media/platform/renesas/vsp1/vsp1_regs.h | 8 ++
> drivers/media/platform/renesas/vsp1/vsp1_rpf.c | 18 ++-
> drivers/media/platform/renesas/vsp1/vsp1_rwpf.c | 110 ++++++++++++++++--
> drivers/media/platform/renesas/vsp1/vsp1_wpf.c | 14 ++-
> 14 files changed, 327 insertions(+), 19 deletions(-)
> ---
> base-commit: b2c4bf0c102084e77ed1b12090d77a76469a6814
> change-id: 20250123-v4h-iif-a1dda640c95d
>
> Best regards,
> --
> Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
>
--
Kind Regards,
Niklas Söderlund
prev parent reply other threads:[~2025-02-25 22:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-24 20:19 [PATCH v2 0/6] media: renesas: vsp1: Add support for IIF Jacopo Mondi
2025-02-24 20:19 ` [PATCH v2 1/6] media: vsp1: Add support IIF ISP Interface Jacopo Mondi
2025-03-02 13:42 ` Laurent Pinchart
2025-03-02 13:45 ` Laurent Pinchart
2025-02-24 20:19 ` [PATCH v2 2/6] media: vsp1: Clean FRE interrupt status Jacopo Mondi
2025-02-25 17:10 ` Sergey Shtylyov
2025-02-25 17:10 ` Sergey Shtylyov
2025-03-02 13:43 ` Laurent Pinchart
2025-02-24 20:19 ` [PATCH v2 3/6] media: vsp1: dl: Use singleshot DL for VSPX Jacopo Mondi
2025-03-02 13:45 ` Laurent Pinchart
2025-02-24 20:19 ` [PATCH v2 4/6] media: vsp1: rwpf: Break out format handling Jacopo Mondi
2025-02-24 20:19 ` [PATCH v2 5/6] media: vsp1: rwpf: Support RAW Bayer and ISP config Jacopo Mondi
2025-03-02 14:01 ` Laurent Pinchart
2025-02-24 20:19 ` [PATCH v2 6/6] media: vsp1: rwpf: Support operations with IIF Jacopo Mondi
2025-03-02 14:05 ` Laurent Pinchart
2025-02-25 22:56 ` Niklas Söderlund [this message]
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=20250225225605.GA2676269@ragnatech.se \
--to=niklas.soderlund@ragnatech.se \
--cc=jacopo.mondi+renesas@ideasonboard.com \
--cc=kieran.bingham+renesas@ideasonboard.com \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
/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.