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-&

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

2023-11-02 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 --- v11->v12: * Dropped quotes in ref handle for renesas,vsps property. * Retained tags as it is trivial change. v10->v11: * No cha

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

2023-11-02 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 v11->v12: * Replaced rzg2l_du_write() with writel(). v10-&

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

2023-11-02 Thread Biju Das
0 080 4568 [INFO] * 25000: 0 0 0 065 0 0 0 5372 [INFO] 4: 1 0 0 0 1 0 0 3 328 [INFO] 5: 1 0

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

2023-10-18 Thread Biju Das
Hi Jacopo, Laurent and all, Gentle ping. Are we happy with this patch series? Please let me know. Cheers, Biju > -Original Message- > From: Biju Das > Sent: Monday, October 2, 2023 1:28 PM > Subject: [PATCH v11 0/4] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support &g

RE: [PATCH v2 5/8] drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info

2023-10-16 Thread Biju Das
Hi Robert Foss, Thanks for the feedback. > Subject: Re: [PATCH v2 5/8] drm: adv7511: Add reg_cec_offset variable to > struct adv7511_chip_info > > On Wed, Aug 30, 2023 at 4:24 PM Biju Das > wrote: > > > > The ADV7533 and ADV7535 have an offset(0x70) for the CE

RE: [PATCH v2 0/8] ADV7511 driver enhancements

2023-10-16 Thread Biju Das
> Subject: Re: [PATCH v2 0/8] ADV7511 driver enhancements > > On Wed, 30 Aug 2023 15:23:50 +0100, Biju Das wrote: > > This patch series aims to improve ADV7511 driver by adding feature > > bits and data instead of comparing enum adv7511_type for various > > hardware

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

2023-10-12 Thread Biju Das
Hi Geert Uytterhoeven, Thanks for the feedback. > Subject: Re: [PATCH v11 3/4] drm: renesas: Add RZ/G2L DU Support > > Hi Biju, > > On Mon, Oct 2, 2023 at 2:28 PM Biju Das > wrote: > > The LCD controller is composed of Frame Compression Processor (FCPVD), > >

RE: [PATCH v2 0/8] ADV7511 driver enhancements

2023-10-09 Thread Biju Das
Hi All, Gentle ping. Are we happy with this patch series? Is anything to be improved? Please let me know. Cheers, Biju > -Original Message- > From: Biju Das > Sent: Monday, October 2, 2023 8:15 AM > Subject: RE: [PATCH v2 0/8] ADV7511 driver enhancements > > ---

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

2023-10-02 Thread Biju Das
Hi Rob, > Subject: Re: [PATCH v11 1/4] dt-bindings: display: Document Renesas RZ/G2L > DU bindings > > > On Mon, 02 Oct 2023 13:27:37 +0100, Biju Das wrote: > > The RZ/G2L LCD controller is composed of Frame Compression Processor > > (FCPVD), Video Signal Processor (

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

2023-10-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 --- v10->v11: * No change. v9->v10: * No change. v8->v9: * Added Rb tag from Laurent. * Updated entries for com

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

2023-10-02 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 v10->v11: * Replaced CONFIG_DRM_RCAR_

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

2023-10-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 --- v10->v11: * No change. v9-&

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

2023-10-02 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 --- v10->v1: * No change v9->v10: * Added Rb tag from Laurent * Updated the commit description. * Updated description of th

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

2023-10-02 Thread Biju Das
ndings * Replaced crtc_helper_funcs->rcar_crtc_helper_funcs * Updated macro DRM_RZG2L_LCDC->DRM_RZG2L_DU * Replaced rzg2l-lcdc-drm->rzg2l-du-drm * Added forward declaration for struct reset_control [1] https://patchwork.kernel.org/project/linux-renesas-soc/patch/20220312084205.31462-2-b

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

2023-10-02 Thread Biju Das
Hi Jacopo, > Subject: Re: [PATCH v10 3/4] drm: renesas: Add RZ/G2L DU Support > > Hi Biju > > On Mon, Sep 18, 2023 at 08:09:58AM +, Biju Das wrote: > > Hi Jacopo Mondi, > > > > Looks like you are happy with my response for V10. I will send V11 soon. > &

RE: [PATCH v2 0/8] ADV7511 driver enhancements

2023-10-02 Thread Biju Das
Hi All, Gentle ping. Are we happy with this patch serries? Cheers, Biju > -Original Message- > From: Biju Das > Sent: Wednesday, August 30, 2023 3:24 PM > Subject: [PATCH v2 0/8] ADV7511 driver enhancements > > This patch series aims to improve ADV7511 driver by a

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

2023-09-18 Thread Biju Das
Hi Jacopo Mondi, Looks like you are happy with my response for V10. I will send V11 soon. Cheers, Biju > -Original Message- > From: Biju Das > Sent: Friday, September 8, 2023 2:24 PM > Subject: RE: [PATCH v10 3/4] drm: renesas: Add RZ/G2L DU Support > > Hi Jacopo

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

2023-09-08 Thread Biju Das
Hi Jacopo Mondi, Thanks for the review. > Subject: Re: [PATCH v10 3/4] drm: renesas: Add RZ/G2L DU Support > > Hi Biju > > On Tue, Jul 04, 2023 at 10:04:46AM +0100, Biju Das wrote: > > The LCD controller is composed of Frame Compression Processor (FCPVD), > > V

RE: [PATCH v6 4/4] drm/bridge: panel: Drop CONFIG_OF conditional around *_of_get_bridge()

2023-09-06 Thread Biju Das
Hi Doug Anderson, > Subject: Re: [PATCH v6 4/4] drm/bridge: panel: Drop CONFIG_OF conditional > around *_of_get_bridge() > > Hi, > > On Thu, Aug 31, 2023 at 1:10 AM Biju Das > wrote: > > > > Drop unnecessary CONFIG_OF conditional around devm_drm_of_get_bridge

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

2023-09-06 Thread Biju Das
Add missing space in the comment in rzg2l_mipi_dsi_start_video(). Reported-by: Pavel Machek Closes: https://lore.kernel.org/all/zpg7sthdn4lbl...@duo.ucw.cz/ Signed-off-by: Biju Das --- This issue is noticed while backporting this driver to 6.1.y-cip [1]. [1] https://lore.kernel.org/all

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

2023-09-01 Thread Biju Das
Hi All, Gentle ping. This patch[1] is posted around 2 months now. Please let me know is there any dependency/blockers for accepting this patch series? https://lore.kernel.org/all/20230704090447.27420-1-biju.das...@bp.renesas.com/ Cheers, Biju > -Original Message- > From: Bi

RE: [PATCH v6 4/4] drm/bridge: panel: Drop CONFIG_OF conditional around *_of_get_bridge()

2023-08-31 Thread Biju Das
Hi Laurent Pinchart, > Subject: Re: [PATCH v6 4/4] drm/bridge: panel: Drop CONFIG_OF conditional > around *_of_get_bridge() > > On Thu, Aug 31, 2023 at 09:09:38AM +0100, Biju Das wrote: > > Drop unnecessary CONFIG_OF conditional around devm_drm_of_get_bridge() > > an

[PATCH v6 4/4] drm/bridge: panel: Drop CONFIG_OF conditional around *_of_get_bridge()

2023-08-31 Thread Biju Das
Drop unnecessary CONFIG_OF conditional around devm_drm_of_get_bridge() and drmm_of_get_bridge() as it is guarded with #if..#else blocks in drm_bridge.h. Signed-off-by: Biju Das --- v6: * New patch. --- drivers/gpu/drm/bridge/panel.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers

[PATCH v6 3/4] drm/bridge: Drop CONFIG_OF conditionals around of_node pointers

2023-08-31 Thread Biju Das
Having conditional around the of_node pointers turns out to make driver code use ugly #ifdef and #if blocks. So drop the conditionals. Suggested-by: Douglas Anderson Signed-off-by: Biju Das Reviewed-by: Douglas Anderson --- v5->v6: * Added Rb tag from Douglas Anderson. * Dropped condition

[PATCH v6 2/4] drm/bridge: Drop conditionals around of_node pointers

2023-08-31 Thread Biju Das
Signed-off-by: Biju Das Reviewed-by: Douglas Anderson Reviewed-by: Laurent Pinchart --- v5->v6: * Updated commit description. * Added Rb tag from Douglas Anderson and Laurent v5: * Split from patch#2 * Updated commit description * Added struct device_node forward declaration. --- include/drm

[PATCH v6 1/4] drm/bridge/analogix/anx78xx: Drop ID table

2023-08-31 Thread Biju Das
The driver has an ID table, but it uses the wrong API for retrieving match data and that will lead to a crash, if it is instantiated by user space or using ID. From this, there is no user for the ID table and let's drop it from the driver as it saves some memory. Signed-off-by: Biju Das Reviewed

[PATCH v6 0/4] Drop ID table and conditionals around of_node pointers

2023-08-31 Thread Biju Das
D table support. Biju Das (4): drm/bridge/analogix/anx78xx: Drop ID table drm/bridge: Drop conditionals around of_node pointers drm/bridge: Drop CONFIG_OF conditionals around of_node pointers drm/bridge: panel: Drop CONFIG_OF conditional around *_of_get_bridge() drivers/gpu/drm/bridge/an

  1   2   3   4   5   6   >