Re: [PATCH v3 2/4] drm: rcar-du: lvds: Convert to DRM panel bridge helper

2021-08-21 Thread Laurent Pinchart
Hi Geert, On Tue, Aug 10, 2021 at 05:51:57PM +0200, Geert Uytterhoeven wrote: > On Tue, Aug 10, 2021 at 5:47 PM Geert Uytterhoeven wrote: > > On Thu, May 20, 2021 at 8:51 AM Laurent Pinchart wrote: > > > Replace the manual panel handling with usage of the DRM panel bridge > > > helper. This

Re: [PATCH v3 2/4] drm: rcar-du: lvds: Convert to DRM panel bridge helper

2021-08-10 Thread Geert Uytterhoeven
Hi Laurent, On Tue, Aug 10, 2021 at 5:47 PM Geert Uytterhoeven wrote: > On Thu, May 20, 2021 at 8:51 AM Laurent Pinchart > wrote: > > Replace the manual panel handling with usage of the DRM panel bridge > > helper. This simplifies the driver, and brings support for > >

Re: [PATCH v3 2/4] drm: rcar-du: lvds: Convert to DRM panel bridge helper

2021-08-10 Thread Geert Uytterhoeven
Hi Laurent, On Thu, May 20, 2021 at 8:51 AM Laurent Pinchart wrote: > Replace the manual panel handling with usage of the DRM panel bridge > helper. This simplifies the driver, and brings support for > DRM_BRIDGE_ATTACH_NO_CONNECTOR as an added bonus. > > Signed-off-by: Laurent Pinchart Thanks

Re: [PATCH v3 2/4] drm: rcar-du: lvds: Convert to DRM panel bridge helper

2021-06-22 Thread Kieran Bingham
Hi Laurent, On 20/05/2021 07:50, Laurent Pinchart wrote: > Replace the manual panel handling with usage of the DRM panel bridge > helper. This simplifies the driver, and brings support for > DRM_BRIDGE_ATTACH_NO_CONNECTOR as an added bonus. > That's a lot of code removal. Excellent.

[PATCH v3 2/4] drm: rcar-du: lvds: Convert to DRM panel bridge helper

2021-05-20 Thread Laurent Pinchart
Replace the manual panel handling with usage of the DRM panel bridge helper. This simplifies the driver, and brings support for DRM_BRIDGE_ATTACH_NO_CONNECTOR as an added bonus. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 120 +++- 1 file