Re: [PATCH v2 1/2] drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro

2024-12-10 Thread Laurent Pinchart
Hi Biju, Thank you for the patch. On Tue, Oct 22, 2024 at 09:24:23AM +0100, Biju Das wrote: > The DPI_OE bit is removed from the latest RZ/G2UL and RZ/G2L hardware > manual. So, drop this macro. > > Fixes: b330f1480172 ("drm: renesas: rz-du: Add RZ/G2UL DU Support") > Signed-off-by: Biju Das R

Re: [PATCH v2 1/2] drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro

2024-12-10 Thread Lad, Prabhakar
On Tue, Oct 22, 2024 at 9:32 AM Biju Das wrote: > > The DPI_OE bit is removed from the latest RZ/G2UL and RZ/G2L hardware > manual. So, drop this macro. > > Fixes: b330f1480172 ("drm: renesas: rz-du: Add RZ/G2UL DU Support") > Signed-off-by: Biju Das > --- > v1->v2: > * Added Fixes tag. > --- >

[PATCH v2 1/2] drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro

2024-10-22 Thread Biju Das
The DPI_OE bit is removed from the latest RZ/G2UL and RZ/G2L hardware manual. So, drop this macro. Fixes: b330f1480172 ("drm: renesas: rz-du: Add RZ/G2UL DU Support") Signed-off-by: Biju Das --- v1->v2: * Added Fixes tag. --- drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c | 8 +--- 1 file ch