All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
	"biju.das.au" <biju.das.au@gmail.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support
Date: Fri, 15 Dec 2023 15:24:22 +0100	[thread overview]
Message-ID: <he23e5al3hinegebvq7qai4jdw3qjgbzmnx34xgxqnu3hw4jke@dts2vi5kcs4u> (raw)
In-Reply-To: <TYCPR01MB1126964899D432355ACAF49D18693A@TYCPR01MB11269.jpnprd01.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]

On Fri, Dec 15, 2023 at 01:25:48PM +0000, Biju Das wrote:
> Hi Maxime Ripard,
> 
> > -----Original Message-----
> > From: Maxime Ripard <mripard@kernel.org>
> > Sent: Friday, December 15, 2023 10:24 AM
> > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support
> > 
> > On Thu, Dec 14, 2023 at 03:24:17PM +0000, Biju Das wrote:
> > > Hi Maxime Ripard,
> > >
> > > Thanks for the feedback.
> > 
> > Thanks, that's super helpful. The architecture is thus similar to vc4
> > 
> > Some general questions related to bugs we had at some point with vc4:
> > 
> >   * Where is the display list stored? In RAM or in a dedicated SRAM?
> 
> [1] It is in DDR (RAM).
> 
> > 
> >   * Are the pointer to the current display list latched?
> > 
> >   * Is the display list itself latched? If it's not, what happens when
> >     the display list is changed while the frame is being generated?
> 
> There is some protocol defined for SW side and HW side for updating display list
> See [1] 33.4.8.1 Operation flow of VSPD and DU.
> 
> All the display list operations are manged here[2]
> 
> [1] https://www.renesas.com/us/en/document/mah/rzg2l-group-rzg2lc-group-users-manual-hardware-0
> 
> [2] https://elixir.bootlin.com/linux/v6.7-rc5/source/drivers/media/platform/renesas/vsp1/vsp1_dl.c#L863

I'm sorry, but I'm not going to read a 3500+ to try to figure it out.
Could you answer the questions above?

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <mripard@kernel.org>
To: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	 Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>,
	 Daniel Vetter <daniel@ffwll.ch>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	 Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
	 Jacopo Mondi <jacopo.mondi@ideasonboard.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	 Magnus Damm <magnus.damm@gmail.com>,
	 "dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	 "linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
	 Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	"biju.das.au" <biju.das.au@gmail.com>
Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support
Date: Fri, 15 Dec 2023 15:24:22 +0100	[thread overview]
Message-ID: <he23e5al3hinegebvq7qai4jdw3qjgbzmnx34xgxqnu3hw4jke@dts2vi5kcs4u> (raw)
In-Reply-To: <TYCPR01MB1126964899D432355ACAF49D18693A@TYCPR01MB11269.jpnprd01.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]

On Fri, Dec 15, 2023 at 01:25:48PM +0000, Biju Das wrote:
> Hi Maxime Ripard,
> 
> > -----Original Message-----
> > From: Maxime Ripard <mripard@kernel.org>
> > Sent: Friday, December 15, 2023 10:24 AM
> > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support
> > 
> > On Thu, Dec 14, 2023 at 03:24:17PM +0000, Biju Das wrote:
> > > Hi Maxime Ripard,
> > >
> > > Thanks for the feedback.
> > 
> > Thanks, that's super helpful. The architecture is thus similar to vc4
> > 
> > Some general questions related to bugs we had at some point with vc4:
> > 
> >   * Where is the display list stored? In RAM or in a dedicated SRAM?
> 
> [1] It is in DDR (RAM).
> 
> > 
> >   * Are the pointer to the current display list latched?
> > 
> >   * Is the display list itself latched? If it's not, what happens when
> >     the display list is changed while the frame is being generated?
> 
> There is some protocol defined for SW side and HW side for updating display list
> See [1] 33.4.8.1 Operation flow of VSPD and DU.
> 
> All the display list operations are manged here[2]
> 
> [1] https://www.renesas.com/us/en/document/mah/rzg2l-group-rzg2lc-group-users-manual-hardware-0
> 
> [2] https://elixir.bootlin.com/linux/v6.7-rc5/source/drivers/media/platform/renesas/vsp1/vsp1_dl.c#L863

I'm sorry, but I'm not going to read a 3500+ to try to figure it out.
Could you answer the questions above?

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-12-15 14:24 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28 10:51 [PATCH v15 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support Biju Das
2023-11-28 10:51 ` Biju Das
2023-11-28 10:51 ` [PATCH v15 1/5] dt-bindings: display: Document Renesas RZ/G2L DU bindings Biju Das
2023-11-28 10:51   ` Biju Das
2023-11-28 10:51 ` [PATCH v15 2/5] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L " Biju Das
2023-11-28 10:51   ` [PATCH v15 2/5] dt-bindings: display: renesas,rzg2l-du: " Biju Das
2023-11-28 10:51 ` [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support Biju Das
2023-11-28 10:51   ` Biju Das
2023-12-13 15:47   ` Maxime Ripard
2023-12-13 15:47     ` Maxime Ripard
2023-12-13 15:48     ` Maxime Ripard
2023-12-13 15:48       ` Maxime Ripard
2023-12-13 15:50     ` Laurent Pinchart
2023-12-13 15:50       ` Laurent Pinchart
2023-12-13 16:11       ` Geert Uytterhoeven
2023-12-13 16:11         ` Geert Uytterhoeven
2023-12-13 16:46       ` Biju Das
2023-12-13 16:46         ` Biju Das
2023-12-14 15:24     ` Biju Das
2023-12-14 15:24       ` Biju Das
2023-12-14 18:35       ` Biju Das
2023-12-14 18:35         ` Biju Das
2023-12-14 20:50       ` Biju Das
2023-12-14 20:50         ` Biju Das
2023-12-15  7:47         ` Biju Das
2023-12-15  7:47           ` Biju Das
2023-12-15  9:24           ` Maxime Ripard
2023-12-15  9:24             ` Maxime Ripard
2023-12-15 11:19             ` Biju Das
2023-12-15 11:19               ` Biju Das
2023-12-15  9:22         ` Maxime Ripard
2023-12-15  9:22           ` Maxime Ripard
2023-12-15 10:23       ` Maxime Ripard
2023-12-15 10:23         ` Maxime Ripard
2023-12-15 11:37         ` Biju Das
2023-12-15 11:37           ` Biju Das
2023-12-15 12:58           ` Maxime Ripard
2023-12-15 12:58             ` Maxime Ripard
2023-12-15 13:52             ` Biju Das
2023-12-15 13:52               ` Biju Das
2023-12-15 14:18               ` Maxime Ripard
2023-12-15 14:18                 ` Maxime Ripard
2023-12-15 14:55                 ` Biju Das
2023-12-15 14:55                   ` Biju Das
2023-12-15 14:58                   ` Biju Das
2023-12-15 14:58                     ` Biju Das
2024-01-04 14:17                   ` Biju Das
2024-01-04 14:17                     ` Biju Das
2024-01-10 19:38                     ` Laurent Pinchart
2024-01-10 19:38                       ` Laurent Pinchart
2024-01-11  9:31                       ` Biju Das
2024-01-11  9:31                         ` Biju Das
2023-12-15 14:19               ` Biju Das
2023-12-15 14:19                 ` Biju Das
2023-12-15 14:23                 ` Maxime Ripard
2023-12-15 14:23                   ` Maxime Ripard
2023-12-15 14:42                   ` Biju Das
2023-12-15 14:42                     ` Biju Das
2023-12-15 13:25         ` Biju Das
2023-12-15 13:25           ` Biju Das
2023-12-15 14:24           ` Maxime Ripard [this message]
2023-12-15 14:24             ` Maxime Ripard
2024-01-04 14:34             ` Biju Das
2024-01-04 14:34               ` Biju Das
2024-01-10 16:14               ` Maxime Ripard
2024-01-10 16:14                 ` Maxime Ripard
2024-01-10 17:58                 ` Laurent Pinchart
2024-01-10 17:58                   ` Laurent Pinchart
2023-11-28 10:51 ` [PATCH v15 4/5] MAINTAINERS: Update entries for Renesas DRM drivers Biju Das
2023-11-28 10:51   ` Biju Das
2023-11-28 11:05   ` Geert Uytterhoeven
2023-11-28 11:05     ` Geert Uytterhoeven
2023-11-28 10:51 ` [PATCH v15 5/5] MAINTAINERS: Create entry for Renesas RZ " Biju Das
2023-11-28 10:51   ` Biju Das
2023-12-11 12:10 ` [PATCH v15 0/5] Add RZ/{G2L, G2LC} and RZ/V2L Display Unit support Biju Das
2023-12-11 12:10   ` [PATCH v15 0/5] Add RZ/{G2L,G2LC} " Biju Das
2024-02-21 16:24 ` Maxime Ripard

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=he23e5al3hinegebvq7qai4jdw3qjgbzmnx34xgxqnu3hw4jke@dts2vi5kcs4u \
    --to=mripard@kernel.org \
    --cc=biju.das.au@gmail.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=jacopo.mondi@ideasonboard.com \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=tzimmermann@suse.de \
    /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.