RE: [PATCH v2 8/9] arm64: dts: renesas: r9a07g043u: Add DU node

2024-07-29 Thread Biju Das
l 09, 2024 at 02:51:46PM +0100, Biju Das wrote: > > Add DU node to RZ/G2UL SoC DTSI. > > > > Signed-off-by: Biju Das > > --- > > v1->v2: > > * No change. > > --- > > arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 25 > > +

RE: [PATCH v2 6/9] arm64: dts: renesas: r9a07g043u: Add vspd node

2024-07-29 Thread Biju Das
ue, Jul 09, 2024 at 02:51:44PM +0100, Biju Das wrote: > > Add vspd node to RZ/G2UL SoC DTSI. > > > > Signed-off-by: Biju Das > > --- > > v1->v2: > > * No change. > > --- > > arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 13 + >

RE: [PATCH v2 5/9] drm: renesas: rz-du: Add RZ/G2UL DU Support

2024-07-29 Thread Biju Das
l 09, 2024 at 02:51:43PM +0100, Biju Das wrote: > > The LCD controller is composed of Frame Compression Processor (FCPVD), > > Video Signal Processor (VSPD), and Display Unit (DU). > > > > It has DPI interface and supports a maximum resolution of WXGA along > > with 2 R

RE: [PATCH v2 3/9] dt-bindings: display: renesas,rzg2l-du: Document RZ/G2UL DU bindings

2024-07-29 Thread Biju Das
gt; Thank you for the patch. > > On Tue, Jul 09, 2024 at 02:51:41PM +0100, Biju Das wrote: > > Document DU found in RZ/G2UL SoC. The DU block is identical to RZ/G2L > > SoC, but has only DPI interface. > > > > While at it, add missing required property port@1 for RZ/G2L an

[PATCH v2 9/9] arm64: dts: renesas: r9a07g043u11-smarc: Enable DU

2024-07-09 Thread Biju Das
Enable DU and link with the HDMI add-on board connected with the parallel connector on RZ/G2UL SMARC EVK. Signed-off-by: Biju Das --- v1->v2: * No change. --- .../boot/dts/renesas/r9a07g043u11-smarc.dts | 111 ++ 1 file changed, 111 insertions(+) diff --git a/arch/arm64/b

[PATCH v2 8/9] arm64: dts: renesas: r9a07g043u: Add DU node

2024-07-09 Thread Biju Das
Add DU node to RZ/G2UL SoC DTSI. Signed-off-by: Biju Das --- v1->v2: * No change. --- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/rene

[PATCH v2 7/9] arm64: dts: renesas: r9a07g043u: Add fcpvd node

2024-07-09 Thread Biju Das
Add fcpvd node to RZ/G2UL SoC DTSI. Signed-off-by: Biju Das --- v1->v2: * No change. --- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi in

[PATCH v2 6/9] arm64: dts: renesas: r9a07g043u: Add vspd node

2024-07-09 Thread Biju Das
Add vspd node to RZ/G2UL SoC DTSI. Signed-off-by: Biju Das --- v1->v2: * No change. --- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.d

[PATCH v2 5/9] drm: renesas: rz-du: Add RZ/G2UL DU Support

2024-07-09 Thread Biju Das
is connected to VSPD. Add RZ/G2UL DU support. Signed-off-by: Biju Das --- v1->v2: * No change. --- drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c | 9 - drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.c | 11 +++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/driv

[PATCH v2 3/9] dt-bindings: display: renesas, rzg2l-du: Document RZ/G2UL DU bindings

2024-07-09 Thread Biju Das
as required property for RZ/G2L and RZ/V2L SoCs. Signed-off-by: Biju Das Acked-by: Conor Dooley --- v1->v2: * Updated commit description related to non ABI breakage. * Added Ack from Conor. --- .../bindings/display/renesas,rzg2l-du.yaml| 32 +-- 1 file changed, 29 insertions(+)

[PATCH v2 0/9] Add support for RZ/G2UL Display Unit

2024-07-09 Thread Biju Das
atch#3. * Added Ack from Conor for binding patches. Biju Das (9): media: dt-bindings: media: renesas,vsp1: Document RZ/G2UL VSPD bindings media: dt-bindings: media: renesas,fcp: Document RZ/G2UL FCPVD bindings dt-bindings: display: renesas,rzg2l-du: Document RZ/G2UL DU binding

RE: [PATCH] drm: renesas: shmobile: shmo_drm_crtc: Fix PM imbalance if RPM_ACTIVE is true

2024-07-08 Thread Biju Das
Hi Maxime, > -Original Message- > From: Biju Das > Sent: Monday, July 8, 2024 10:01 AM > Subject: RE: [PATCH] drm: renesas: shmobile: shmo_drm_crtc: Fix PM imbalance > if RPM_ACTIVE is true > > Hi Maxime, > > > -Original Message- > > From: M

RE: [PATCH] drm: renesas: rcar-du: rcar_lvds: Fix PM imbalance if RPM_ACTIVE

2024-07-08 Thread Biju Das
Hi Geert, > -Original Message- > From: Geert Uytterhoeven > Sent: Monday, July 8, 2024 10:11 AM > Subject: Re: [PATCH] drm: renesas: rcar-du: rcar_lvds: Fix PM imbalance if > RPM_ACTIVE > > Hi Biju, > > On Mon, Jul 8, 2024

RE: [PATCH] drm: renesas: shmobile: shmo_drm_crtc: Fix PM imbalance if RPM_ACTIVE is true

2024-07-08 Thread Biju Das
Hi Maxime, > -Original Message- > From: Maxime Ripard > Sent: Monday, July 8, 2024 9:54 AM > Subject: Re: [PATCH] drm: renesas: shmobile: shmo_drm_crtc: Fix PM imbalance > if RPM_ACTIVE is true > > Hi, > > On Mon, Jul 08, 2024 at 09:

[PATCH] drm: renesas: shmobile: shmo_drm_crtc: Fix PM imbalance if RPM_ACTIVE is true

2024-07-08 Thread Biju Das
-by: Biju Das --- drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c b/drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c index 2e2f37b9d0a4..42a5d6876bec 100644 --- a/drivers/gpu/drm

[PATCH] drm: renesas: rcar-du: rcar_lvds: Fix PM imbalance if RPM_ACTIVE

2024-07-08 Thread Biju Das
-by: Biju Das --- drivers/gpu/drm/renesas/rcar-du/rcar_lvds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/renesas/rcar-du/rcar_lvds.c b/drivers/gpu/drm/renesas/rcar-du/rcar_lvds.c index 92ba43a6fe38..471a2d3bc203 100644 --- a/drivers/gpu/drm/renesas/rcar-du

RE: [PATCH 3/9] dt-bindings: display: renesas,rzg2l-du: Document RZ/G2UL DU bindings

2024-07-02 Thread Biju Das
Hi Conor, > -Original Message- > From: Conor Dooley > Sent: Tuesday, July 2, 2024 4:36 PM > To: Biju Das > Subject: Re: [PATCH 3/9] dt-bindings: display: renesas,rzg2l-du: Document > RZ/G2UL DU bindings > > On Tue, Jul 02, 2024 at 03:33:17PM +, Biju

RE: [PATCH 3/9] dt-bindings: display: renesas,rzg2l-du: Document RZ/G2UL DU bindings

2024-07-02 Thread Biju Das
Hi Conor, Thanks for the feedback. > -Original Message- > From: Conor Dooley > Sent: Tuesday, July 2, 2024 3:51 PM > Subject: Re: [PATCH 3/9] dt-bindings: display: renesas,rzg2l-du: Document > RZ/G2UL DU bindings > > On Tue, Jul 02, 2024 at 10:46:13AM

[PATCH 9/9] arm64: dts: renesas: r9a07g043u11-smarc: Enable DU

2024-07-02 Thread Biju Das
Enable DU and link with the HDMI add-on board connected with the parallel connector on RZ/G2UL SMARC EVK. Signed-off-by: Biju Das --- .../boot/dts/renesas/r9a07g043u11-smarc.dts | 111 ++ 1 file changed, 111 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u11

[PATCH 8/9] arm64: dts: renesas: r9a07g043u: Add DU node

2024-07-02 Thread Biju Das
Add DU node to RZ/G2UL SoC DTSI. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi index d88bf23b0782

[PATCH 7/9] arm64: dts: renesas: r9a07g043u: Add fcpvd node

2024-07-02 Thread Biju Das
Add fcpvd node to RZ/G2UL SoC DTSI. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi index 15e84a5428ef

[PATCH 6/9] arm64: dts: renesas: r9a07g043u: Add vspd node

2024-07-02 Thread Biju Das
Add vspd node to RZ/G2UL SoC DTSI. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi index 18ef297db933

[PATCH 5/9] drm: renesas: rz-du: Add RZ/G2UL DU Support

2024-07-02 Thread Biju Das
is connected to VSPD. Add RZ/G2UL DU support. Signed-off-by: Biju Das --- drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c | 9 - drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.c | 11 +++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/renesas/rz-du

[PATCH 3/9] dt-bindings: display: renesas, rzg2l-du: Document RZ/G2UL DU bindings

2024-07-02 Thread Biju Das
Document DU found in RZ/G2UL SoC. The DU block is identical to RZ/G2L SoC, but has only DPI interface. While at it, add missing required property port@1 for RZ/G2L and RZ/V2L SoCs. Signed-off-by: Biju Das --- .../bindings/display/renesas,rzg2l-du.yaml| 32 +-- 1 file

[PATCH 0/9] Add support for RZ/G2UL DU IP

2024-07-02 Thread Biju Das
with 2 RPFs to support the blending of two picture layers and raster operations (ROPs) It is similar to LCDC IP on RZ/G2L SoCs, but does not have DSI interface. Biju Das (9): media: dt-bindings: media: renesas,vsp1: Document RZ/G2UL VSPD bindings media: dt-bindings: media: renesas,fcp

RE: [PATCH] drm: renesas: Move RZ/G2L MIPI DSI driver to rz-du

2024-06-26 Thread Biju Das
Hi Laurent Pinchart, > -Original Message- > From: Laurent Pinchart > Sent: Wednesday, June 26, 2024 6:51 AM > Subject: Re: [PATCH] drm: renesas: Move RZ/G2L MIPI DSI driver to rz-du > > Hi Prabhakar, > > Thank you for the patch. > > On Tue, Jun 25, 2024 at 01:32:44PM +0100, Prabhakar

RE: [PATCH] drm: renesas: Move RZ/G2L MIPI DSI driver to rz-du

2024-06-25 Thread Biju Das
d under the rz-du folder, so > it makes sense to move > the RZ/G2L MIPI DSI driver there instead of keeping it in the rcar-du folder. > This change improves > the organization and modularity of the driver configuration by grouping > related settings together. > > Signe

RE: [PATCH 29/43] drm/renesas/rz-du: Use fbdev-dma

2024-03-12 Thread Biju Das
Hi Thomas, > -Original Message- > From: Thomas Zimmermann > Sent: Tuesday, March 12, 2024 3:45 PM > To: dan...@ffwll.ch; airl...@gmail.com; del...@gmx.de; javi...@redhat.com > Cc: linux-fb...@vger.kernel.org; dri-devel@lists.freedesktop.org; Thomas > Zimmermann >

RE: [PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3

2024-03-05 Thread Biju Das
Hi Frank, > -Original Message- > From: Frank Binns > Sent: Tuesday, March 5, 2024 4:43 PM > Subject: Re: [PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3 > > On Tue, 2024-03-05 at 07:47 -0600, Adam Ford wrote: > > On Tue, Mar 5, 2024 at 5:58 AM Frank Binns wrote: > > >

RE: [PATCH v2] drm: renesas: rz-du: Fix redefinition errors related to rzg2l_du_vsp_*()

2024-02-22 Thread Biju Das
Hi Thomas Zimmermann, > -Original Message- > From: Thomas Zimmermann > Sent: Thursday, February 22, 2024 1:21 PM > Subject: Re: [PATCH v2] drm: renesas: rz-du: Fix redefinition errors > related to rzg2l_du_vsp_*() > > Hi > > Am 22.02.2

[PATCH v2] drm: renesas: rz-du: Fix redefinition errors related to rzg2l_du_vsp_*()

2024-02-22 Thread Biju Das
ext/20240222124610.383e1...@canb.auug.org.au/T/#u Signed-off-by: Biju Das --- v1->v2: * Dropped EXPORT symbol as both *_crtc.o and *_vsp.o are within the single module. * Updated the commit description. --- drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

RE: [PATCH] drm: renesas: rz-du: Fix redefinition errors related to rzg2l_du_vsp_*()

2024-02-22 Thread Biju Das
n Thu, Feb 22, 2024 at 09:56:30AM +, Biju Das wrote: > > Fix the redefinition errors for the below functions on x86 by > > replacing > > CONFIG_DRM_RCAR_VSP->IS_ENABLED(CONFIG_VIDEO_RENESAS_VSP1) and adding > > EXPORT_SYMBOL_GPL for all: > > 1) rzg2l_du_vsp_init() &

RE: [PATCH] drm: renesas: rz-du: Fix redefinition errors related to rzg2l_du_vsp_*()

2024-02-22 Thread Biju Das
n Thu, Feb 22, 2024 at 09:56:30AM +, Biju Das wrote: > > Fix the redefinition errors for the below functions on x86 by > > replacing > > CONFIG_DRM_RCAR_VSP->IS_ENABLED(CONFIG_VIDEO_RENESAS_VSP1) and adding > > EXPORT_SYMBOL_GPL for all: > > 1) rzg2l_du_vsp_init() &

[PATCH] drm: renesas: rz-du: Fix redefinition errors related to rzg2l_du_vsp_*()

2024-02-22 Thread Biju Das
5) rzg2l_du_vsp_get_drm_plane() Reported-by: Stephen Rothwell Closes: https://lore.kernel.org/linux-next/20240222124610.383e1...@canb.auug.org.au/T/#u Signed-off-by: Biju Das --- drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.c | 5 + drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.h | 2 +- 2 files changed

RE: linux-next: build failure after merge of the drm-misc tree

2024-02-22 Thread Biju Das
Hi Geert, Thanks for the feedback. > -Original Message- > From: Geert Uytterhoeven > Sent: Thursday, February 22, 2024 8:29 AM > Subject: Re: linux-next: build failure after merge of the drm-misc tree > > Hi Biju, > > On Thu, Feb 22, 2024 at 9

RE: linux-next: build failure after merge of the drm-misc tree

2024-02-22 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Thursday, February 22, 2024 8:32 AM > To: Biju Das > Subject: Re: linux-next: build failure after merge of the drm-misc tree > > Hi Biju, > > On Thu, Feb 22, 2024 at 08:14

RE: linux-next: build failure after merge of the drm-misc tree

2024-02-22 Thread Biju Das
Hi All, > -Original Message- > From: Stephen Rothwell > Sent: Thursday, February 22, 2024 1:46 AM > Subject: linux-next: build failure after merge of the drm-misc tree > > Hi all, > > After merging the drm-misc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: >

RE: RE: RE: [PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3

2024-02-18 Thread Biju Das
Feb 16, 2024 at 09:13:14AM +, Biju Das wrote: > > > Hi Maxime Ripard, > > > > > > > -Original Message- > > > > From: Maxime Ripard > > > > Sent: Friday, February 16, 2024 9:05 AM > > > > Subject: Re: RE: [PATCH v2] d

[PATCH v17 5/5] MAINTAINERS: Create entry for Renesas RZ DRM drivers

2024-02-18 Thread Biju Das
Create entry for Renesas RZ DRM drivers and add my self as a maintainer. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v16->v17: * No change v15->v16: * No change v14->v15: * Added drm-misc tree entry. * Sorted the entry(Placed before SHMOBILE) v13->v14: * Now

[PATCH v17 4/5] MAINTAINERS: Update entries for Renesas DRM drivers

2024-02-18 Thread Biju Das
The rcar-du has never been maintained in drm-misc. So exclude only this driver from drm-misc. Also, add the tree entry for sh_mobile. Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven # shmob_drm --- v16->v17: * No change. v15->v16: * Added Rb and A

[PATCH v17 3/5] drm: renesas: Add RZ/G2L DU Support

2024-02-18 Thread Biju Das
module is connected to VSPD. Add RZ/G2L DU support for RZ/G2L alike SoCs. Signed-off-by: Biju Das --- Ref: https://lore.kernel.org/linux-renesas-soc/os0pr01mb5922717e4ccfe07f3c25fbc986...@os0pr01mb5922.jpnprd01.prod.outlook.com/#t v16->v17: * Dropped import_sg_table implementation() as

[PATCH v17 2/5] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L DU bindings

2024-02-18 Thread Biju Das
Document DU found in RZ/V2L SoC. The DU block is identical to RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- v16->v17: * No change. v15-&

[PATCH v17 1/5] dt-bindings: display: Document Renesas RZ/G2L DU bindings

2024-02-18 Thread Biju Das
) for Parallel Output This patch documents the DU module found on RZ/G2L LCDC. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart --- v16->v17: * No change. v15->v16: * No change. v14->v15: * No change. v13->v14: * No change. v12->v13: * No c

[PATCH v17 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support

2024-02-18 Thread Biju Das
0 0 0 0 [INFO] * 2: 1 0 0 0 0 0 079 4576 [INFO] 25000: 0 0 0 069 0 0 0 5292 [INFO] 4: 0 0

RE: [PATCH v16 3/5] drm: renesas: Add RZ/G2L DU Support

2024-02-17 Thread Biju Das
Hi Maxime Ripard, Thanks for the feedback. > -Original Message- > From: Maxime Ripard > Sent: Friday, February 9, 2024 3:07 PM > Subject: Re: [PATCH v16 3/5] drm: renesas: Add RZ/G2L DU Support > > On Mon, Jan 22, 2024 at 04:42:55PM +, Biju Das wrote: > &

RE: RE: [PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3

2024-02-16 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Friday, February 16, 2024 9:05 AM > Subject: Re: RE: [PATCH v2] drm/imagination: DRM_POWERVR should depend on > ARCH_K3 > > On Fri, Feb 16, 2024 at 08:47:46AM +, Biju Das wr

RE: [PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3

2024-02-16 Thread Biju Das
Hi Adam Ford, > -Original Message- > From: Adam Ford > Sent: Thursday, February 15, 2024 11:36 PM > Subject: Re: [PATCH v2] drm/imagination: DRM_POWERVR should depend on > ARCH_K3 > > On Thu, Feb 15, 2024 at 11:22 AM Adam Ford wrote: > > > > On Thu, Feb 15, 2024 at 11:10 AM Adam Ford

[PATCH v16 4/5] MAINTAINERS: Update entries for Renesas DRM drivers

2024-01-22 Thread Biju Das
The rcar-du has never been maintained in drm-misc. So exclude only this driver from drm-misc. Also, add the tree entry for sh_mobile. Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven # shmob_drm --- v15->v16: * Added Rb and Ack tag from Geert. v15: *

[PATCH v16 5/5] MAINTAINERS: Create entry for Renesas RZ DRM drivers

2024-01-22 Thread Biju Das
Create entry for Renesas RZ DRM drivers and add my self as a maintainer. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v15->v16: * No change v14->v15: * Added drm-misc tree entry. * Sorted the entry(Placed before SHMOBILE) v13->v14: * Now SHMOBILE has maintainer en

[PATCH v16 3/5] drm: renesas: Add RZ/G2L DU Support

2024-01-22 Thread Biju Das
module is connected to VSPD. Add RZ/G2L DU support for RZ/G2L alike SoCs. Signed-off-by: Biju Das --- Ref: https://lore.kernel.org/linux-renesas-soc/os0pr01mb5922717e4ccfe07f3c25fbc986...@os0pr01mb5922.jpnprd01.prod.outlook.com/#t v15->v16: * Dropped rzg2l_du_crtc_get(rcrtc) f

[PATCH v16 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support

2024-01-22 Thread Biju Das
079 4576 [INFO] 25000: 0 0 0 069 0 0 0 5292 [INFO] 4: 0 0 0 0 5 0 0 2 440 [INFO] 5: 1 0 0

[PATCH v16 2/5] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L DU bindings

2024-01-22 Thread Biju Das
Document DU found in RZ/V2L SoC. The DU block is identical to RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- v15->v16: * No change. v14-&

[PATCH v16 1/5] dt-bindings: display: Document Renesas RZ/G2L DU bindings

2024-01-22 Thread Biju Das
) for Parallel Output This patch documents the DU module found on RZ/G2L LCDC. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart --- v15->v16: * No change. v14->v15: * No change. v13->v14: * No change. v12->v13: * No change. v11->v12: * Dropped quote

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2024-01-11 Thread Biju Das
Hi Laurent, Thanks for the feedback. > -Original Message- > From: Laurent Pinchart > Sent: Wednesday, January 10, 2024 7:39 PM > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > Hi Biju, > > On Thu, Jan 04, 2024 at 02:17:39PM +, Biju

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2024-01-04 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Friday, December 15, 2023 2:24 PM > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > On Fri, Dec 15, 2023 at 01:25:48PM +, Biju Das wrote: > > Hi Maxime Ripard, > &g

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2024-01-04 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Biju Das > Sent: Friday, December 15, 2023 2:56 PM > Subject: RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > > -Original Message- > > From: Maxime Ripard > > Sent: Friday, December

RE: [PATCH v2] drm: rcar-du: Fix memory leak in rcar_du_vsps_init()

2024-01-04 Thread Biju Das
Hi Laurent, > Subject: Re: [PATCH v2] drm: rcar-du: Fix memory leak in > rcar_du_vsps_init() > > Hi Biju, > > Thank you for the patch. > > On Thu, Nov 16, 2023 at 12:24:24PM +, Biju Das wrote: > > The rcar_du_vsps_init() doesn't free the np allocated by > &

RE: [PATCH] drm: renesas: rcar-du: rzg2l_mipi_dsi: Update the comment in rzg2l_mipi_dsi_start_video()

2024-01-04 Thread Biju Das
Hi Laurent, > Subject: Re: [PATCH] drm: renesas: rcar-du: rzg2l_mipi_dsi: Update the > comment in rzg2l_mipi_dsi_start_video() > > Hi Biju, > > On Thu, Nov 16, 2023 at 10:58:56AM +, Biju Das wrote: > > Hi All, > > > > Gentle ping. It is reviewed by

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
t > > > > On Fri, Dec 15, 2023 at 01:52:28PM +, Biju Das wrote: > > > > > > > > > +static int rzg2l_du_crtc_enable_vblank(struct drm_crtc > > *crtc) { > > > > > > > > > + struct rzg2l_d

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Friday, December 15, 2023 2:18 PM > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > On Fri, Dec 15, 2023 at 01:52:28PM +, Biju Das wrote: > > > > > > > &g

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Friday, December 15, 2023 2:23 PM > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > On Fri, Dec 15, 2023 at 02:19:25PM +, Biju Das wrote: > > Hi Maxime Ripard, > &g

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Biju Das > Sent: Friday, December 15, 2023 1:52 PM > Subject: RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > Hi Maxime Ripard, > > > -Original Message- > > From: Maxime Ripard > >

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Friday, December 15, 2023 12:58 PM > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > On Fri, Dec 15, 2023 at 11:37:07AM +, Biju Das wrote: > > Hi Maxime Ripard, > &g

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > 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 +, Biju Das wrote: > > Hi Maxime Ripard, > &g

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Friday, December 15, 2023 10:24 AM > To: Biju Das > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > On Thu, Dec 14, 2023 at 03:24:17PM +, Biju Das wrote: > > Hi Ma

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-15 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Maxime Ripard > Sent: Friday, December 15, 2023 9:25 AM > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > On Fri, Dec 15, 2023 at 07:47:07AM +, Biju Das wrote: > > Hi Maxime Ripard, > &g

RE: [PATCH v2] drm: rcar-du: Fix memory leak in rcar_du_vsps_init()

2023-12-15 Thread Biju Das
Hi All, Gentle ping. > -Original Message- > From: Biju Das > Sent: Thursday, November 16, 2023 12:24 PM > Subject: [PATCH v2] drm: rcar-du: Fix memory leak in rcar_du_vsps_init() > > The rcar_du_vsps_init() doesn't free the np allocated by > of_parse_ph

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-14 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Biju Das > Sent: Thursday, December 14, 2023 8:50 PM > Subject: RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > Hi Maxime Ripard, > > > > -Original Message- > > From: Biju Das > &

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-14 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Biju Das > Sent: Thursday, December 14, 2023 3:24 PM > Subject: RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > > > > > + > > > + for (i = 0; i < num_planes; ++i) { > > >

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-14 Thread Biju Das
Hi Maxime Ripard, > -Original Message- > From: Biju Das > Sent: Thursday, December 14, 2023 3:24 PM > Subject: RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > . > > > + > > > + vsp->planes = kcalloc(num_planes, sizeof(*vsp->planes)

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-14 Thread Biju Das
Hi Maxime Ripard, Thanks for the feedback. > -Original Message- > From: Maxime Ripard > Sent: Wednesday, December 13, 2023 3:47 PM > To: Biju Das > Subject: Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support > > On Tue, Nov 28, 2023 at 10:51:27AM

RE: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-12-13 Thread Biju Das
v 28, 2023 at 10:51:27AM +, Biju Das wrote: > > > The LCD controller is composed of Frame Compression Processor > > > (FCPVD), Video Signal Processor (VSPD), and Display Unit (DU). > > > > > > It has DPI/DSI interfaces and supports a maximum resolution of

RE: [PATCH v15 0/5] Add RZ/{G2L, G2LC} and RZ/V2L Display Unit support

2023-12-11 Thread Biju Das
Hi All, Gentle ping. Can it be applied to drm-misc-next, if you all are happy with this patch series? Cheers, Biju > -Original Message- > From: Biju Das > Sent: Tuesday, November 28, 2023 10:51 AM > Subject: [PATCH v15 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display

[PATCH v15 5/5] MAINTAINERS: Create entry for Renesas RZ DRM drivers

2023-11-28 Thread Biju Das
Create entry for Renesas RZ DRM drivers and add my self as a maintainer. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v14->v15: * Added drm-misc tree entry. * Sorted the entry(Placed before SHMOBILE) v13->v14: * Now SHMOBILE has maintainer entries. So dropped updating

[PATCH v15 4/5] MAINTAINERS: Update entries for Renesas DRM drivers

2023-11-28 Thread Biju Das
The rcar-du has never been maintained in drm-misc. So exclude only this driver from drm-misc. Also, add the tree entry for sh_mobile. Signed-off-by: Biju Das --- v15: * New patch --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS

[PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2023-11-28 Thread Biju Das
module is connected to VSPD. Add RZ/G2L DU support for RZ/G2L alike SoCs. Signed-off-by: Biju Das --- Ref: https://lore.kernel.org/linux-renesas-soc/os0pr01mb5922717e4ccfe07f3c25fbc986...@os0pr01mb5922.jpnprd01.prod.outlook.com/#t v14->v15: * No change. v13->v14: * Done similar change l

[PATCH v15 2/5] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L DU bindings

2023-11-28 Thread Biju Das
Document DU found in RZ/V2L SoC. The DU block is identical to RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- v14->v15: * No change. v13-&

[PATCH v15 1/5] dt-bindings: display: Document Renesas RZ/G2L DU bindings

2023-11-28 Thread Biju Das
) for Parallel Output This patch documents the DU module found on RZ/G2L LCDC. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart --- v14->v15: * No change. v13->v14: * No change. v12->v13: * No change. v11->v12: * Dropped quotes in ref handle for

[PATCH v15 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support

2023-11-28 Thread Biju Das
0 0 0 0 [INFO] * 2: 1 0 0 0 0 0 079 4576 [INFO] 25000: 0 0 0 069 0 0 0 5292 [INFO] 4: 0

RE: [PATCH v14 4/4] MAINTAINERS: Create entry for Renesas RZ DRM drivers

2023-11-16 Thread Biju Das
at 05:04:03PM +0100, Geert Uytterhoeven wrote: > > On Thu, Nov 16, 2023 at 4:58 PM Maxime Ripard > wrote: > > > On Thu, Nov 16, 2023 at 02:16:08PM +, Biju Das wrote: > > > > Create entry for Renesas RZ DRM drivers and add my self as a > maintainer. > > > >

RE: [PATCH v14 4/4] MAINTAINERS: Create entry for Renesas RZ DRM drivers

2023-11-16 Thread Biju Das
Hi Maxime Ripard, Thanks for the feedback. > -Original Message- > From: Maxime Ripard > Sent: Thursday, November 16, 2023 3:58 PM > Subject: Re: [PATCH v14 4/4] MAINTAINERS: Create entry for Renesas RZ DRM > drivers > > Hi, > > On Thu, Nov 16, 2023 at 02:16

[PATCH v14 3/4] drm: renesas: Add RZ/G2L DU Support

2023-11-16 Thread Biju Das
module is connected to VSPD. Add RZ/G2L DU support for RZ/G2L alike SoCs. Signed-off-by: Biju Das --- Ref: https://lore.kernel.org/linux-renesas-soc/os0pr01mb5922717e4ccfe07f3c25fbc986...@os0pr01mb5922.jpnprd01.prod.outlook.com/#t v13->v14: * Done similar change like [1] * Replaced the la

[PATCH v14 4/4] MAINTAINERS: Create entry for Renesas RZ DRM drivers

2023-11-16 Thread Biju Das
Create entry for Renesas RZ DRM drivers and add my self as a maintainer. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v13->v14: * Now SHMOBILE has maintainer entries. So dropped updating DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE. * Updated comment header and descript

[PATCH v14 1/4] dt-bindings: display: Document Renesas RZ/G2L DU bindings

2023-11-16 Thread Biju Das
) for Parallel Output This patch documents the DU module found on RZ/G2L LCDC. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart --- v13->v14: * No change. v12->v13: * No change. v11->v12: * Dropped quotes in ref handle for renesas,vsps property. * Reta

[PATCH v14 2/4] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L DU bindings

2023-11-16 Thread Biju Das
Document DU found in RZ/V2L SoC. The DU block is identical to RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- v13->v14: * No change. v12-&

[PATCH v14 0/4] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support

2023-11-16 Thread Biju Das
0 5292 [INFO] 4: 0 0 0 0 5 0 0 2 440 [INFO] 5: 1 0 0 0 7 69 7 0 5340 [INFO] Total transition : 242 Biju Das (4): dt-bindings

[PATCH v2] drm: rcar-du: Fix memory leak in rcar_du_vsps_init()

2023-11-16 Thread Biju Das
ion for rcar_du_vsp_init() to avoid breakage in future, if it returns positive value. Fixes: 3e81374e2014 ("drm: rcar-du: Support multiple sources from the same VSP") Signed-off-by: Biju Das --- v1->v2: * Replaced the label 'error'->'done' as it applies to non-error case as well. * Upd

RE: [PATCH v13 4/4] MAINTAINERS: Add maintainer for RZ DU drivers

2023-11-16 Thread Biju Das
and shmobile. > > Signed-off-by: Biju Das > Reviewed-by: Laurent Pinchart > --- > v12->v13: > * No change. > v11->v12: > * No change. > v10->v11: > * No change. > v9->v10: > * No change. > v8->v9: > * Added Rb tag from Laurent. > * Upda

RE: [PATCH] drm: rcar-du: Fix memory leak in rcar_du_vsps_init()

2023-11-16 Thread Biju Das
ed, Nov 15, 2023 at 03:09:32PM +, Biju Das wrote: > > The rcar_du_vsps_init() doesn't free the np allocated by > > of_parse_phandle_with_fixed_args() for the non-error case. > > > > Fix memory leak for the non-error case. > > Good catch. > > > Fixes: 3e

RE: [PATCH] drm: renesas: rcar-du: rzg2l_mipi_dsi: Update the comment in rzg2l_mipi_dsi_start_video()

2023-11-16 Thread Biju Das
Hi All, Gentle ping. It is reviewed by both Laurent and Geert. Can it be applied to drm-misc-next, if everyone is happy with this patch? Cheers, Biju > From: Biju Das > Sent: Wednesday, September 6, 2023 10:44 AM > Subject: [PATCH] drm: renesas: rcar-du: rzg2l_mipi_dsi: Update th

[PATCH v13 4/4] MAINTAINERS: Add maintainer for RZ DU drivers

2023-11-15 Thread Biju Das
Add my self as maintainer for RZ DU drivers. While at it, update the entries for common parts, rcar-du and shmobile. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v12->v13: * No change. v11->v12: * No change. v10->v11: * No change. v9->v10: * No change. v8->v9:

[PATCH v13 3/4] drm: renesas: Add RZ/G2L DU Support

2023-11-15 Thread Biju Das
module is connected to VSPD. Add RZ/G2L DU support for RZ/G2L alike SoCs. Signed-off-by: Biju Das --- Ref: https://lore.kernel.org/linux-renesas-soc/os0pr01mb5922717e4ccfe07f3c25fbc986...@os0pr01mb5922.jpnprd01.prod.outlook.com/#t v12->v13: * Dropped DU_MCR0_DPI_OE and unused macros. * Drop

[PATCH v13 2/4] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L DU bindings

2023-11-15 Thread Biju Das
Document DU found in RZ/V2L SoC. The DU block is identical to RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- v12->v13: * No change. v11-&

[PATCH v13 1/4] dt-bindings: display: Document Renesas RZ/G2L DU bindings

2023-11-15 Thread Biju Das
) for Parallel Output This patch documents the DU module found on RZ/G2L LCDC. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart --- v12->v13: * No change. v11->v12: * Dropped quotes in ref handle for renesas,vsps property. * Retained tags as it is trivial

[PATCH v13 0/4] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support

2023-11-15 Thread Biju Das
1 0 0 0 0 0 079 4576 [INFO] 25000: 0 0 0 069 0 0 0 5292 [INFO] 4: 0 0 0 0 5 0 0 2

[PATCH] drm: rcar-du: Fix memory leak in rcar_du_vsps_init()

2023-11-15 Thread Biju Das
The rcar_du_vsps_init() doesn't free the np allocated by of_parse_phandle_with_fixed_args() for the non-error case. Fix memory leak for the non-error case. Fixes: 3e81374e2014 ("drm: rcar-du: Support multiple sources from the same VSP") Signed-off-by: Biju Das --- drivers/gpu/drm/re

RE: [PATCH v12 3/4] drm: renesas: Add RZ/G2L DU Support

2023-11-15 Thread Biju Das
Hi Jacopo Mondi, > -Original Message- > From: Jacopo Mondi > Subject: Re: [PATCH v12 3/4] drm: renesas: Add RZ/G2L DU Support > > Hi Biju > > the series does not apply on v6.3. What is the base for the series ? This patch series is based on drm-misc. I will add base-commit id on

RE: [PATCH v12 3/4] drm: renesas: Add RZ/G2L DU Support

2023-11-15 Thread Biju Das
Hi Jacopo Mondi, Thanks for the feedback. > Subject: Re: [PATCH v12 3/4] drm: renesas: Add RZ/G2L DU Support > > Hi Biju > > the series does not apply on v6.3. What is the base for the series ? > > On Thu, Nov 02, 2023 at 03:07:43PM +, Biju Das wrote: > > The

[PATCH v12 4/4] MAINTAINERS: Add maintainer for RZ DU drivers

2023-11-02 Thread Biju Das
Add my self as maintainer for RZ DU drivers. While at it, update the entries for common parts, rcar-du and shmobile. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v11->v12: * No change. v10->v11: * No change. v9->v10: * No change. v8->v9: * Added Rb tag from Laurent

[PATCH v12 2/4] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L DU bindings

2023-11-02 Thread Biju Das
Document DU found in RZ/V2L SoC. The DU block is identical to RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes. Signed-off-by: Biju Das Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- v11->v12: * No change. v10-&

  1   2   3   4   5   6   >