From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH/HACK 5/7] [HACK] ARM: shmobile: r8a7790: Link the VSP1 and DU
Date: Fri, 19 Aug 2016 12:05:16 +0300 [thread overview]
Message-ID: <1622326.A7abvKVG5t@avalon> (raw)
In-Reply-To: <CAMuHMdUX1qM5_OTGUUUaRFDq9kkekbkmnBJG=Y4gr7E-SrjX0w@mail.gmail.com>
Hi Geert,
On Friday 19 Aug 2016 09:06:57 Geert Uytterhoeven wrote:
> On Thu, Aug 18, 2016 at 6:03 PM, Laurent Pinchart wrote:
> > In order to test VSP+DU integration for Gen3 on Gen2, link the VSPD
> > instances to the DU and modify their features to match the Gen3 VSPD.
>
> Why do you modify the feature properties? AFAIK the driver doesn't
> look at them anyway.
It was a leftover, that's not needed indeed. It will go away when I'll rebase
the series on top of your patch that removes those properties from
r8a7790.dtsi.
> > Remove the IOMMU properties for the DU as memory is now accessed through
> > the VSPD.
> >
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> >
> > arch/arm/boot/dts/r8a7790.dtsi | 14 +++++---------
> > 1 file changed, 5 insertions(+), 9 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/r8a7790.dtsi
> > b/arch/arm/boot/dts/r8a7790.dtsi index 637cb8be363f..0ff45867e711 100644
> > --- a/arch/arm/boot/dts/r8a7790.dtsi
> > +++ b/arch/arm/boot/dts/r8a7790.dtsi
> > @@ -969,7 +969,7 @@
> > renesas,#wpf = <4>;
> > };
> >
> > - vsp1@fe930000 {
> > + vsp1d0: vsp1@fe930000 {
> > compatible = "renesas,vsp1";
> > reg = <0 0xfe930000 0 0x8000>;
> > interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
> > @@ -979,13 +979,11 @@
> > iommus = <&ipmmu_mx 5 &ipmmu_mx 13>;
> >
> > renesas,has-lif;
> > - renesas,has-lut;
> > renesas,#rpf = <4>;
> > - renesas,#uds = <1>;
> > - renesas,#wpf = <4>;
> > + renesas,#wpf = <1>;
> > };
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2016-08-19 9:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 16:03 [PATCH/HACK 0/7] r8a779[01]: Enable IOMMU usage for the VSP1 and DU Laurent Pinchart
2016-08-18 16:03 ` [PATCH/HACK 1/7] ARM: shmobile: r8a7790: Enable IOMMU usage for the DU Laurent Pinchart
2016-08-18 16:03 ` [PATCH/HACK 2/7] ARM: shmobile: r8a7791: " Laurent Pinchart
2016-08-18 16:03 ` [PATCH/HACK 3/7] ARM: shmobile: r8a7790: Enable IOMMU usage for the VSP1 Laurent Pinchart
2016-08-18 16:03 ` [PATCH/HACK 4/7] ARM: shmobile: r8a7791: " Laurent Pinchart
2016-08-18 16:03 ` [PATCH/HACK 5/7] [HACK] ARM: shmobile: r8a7790: Link the VSP1 and DU Laurent Pinchart
2016-08-19 7:06 ` Geert Uytterhoeven
2016-08-19 9:05 ` Laurent Pinchart [this message]
2016-08-18 16:03 ` [PATCH/HACK 6/7] [HACK] v4l: vsp1: Disable UAPI for VSP1D Laurent Pinchart
2016-08-18 16:04 ` [PATCH/HACK 7/7] [HACK] drm: rcar-du: Enable VSP source support for R8A7790 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=1622326.A7abvKVG5t@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=geert@linux-m68k.org \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--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.