Re: [PATCH v3 12/13] drm: rcar-du: Replace manual bridge implementation with DRM bridge

2016-12-27 Thread Geert Uytterhoeven
Hi Laurent, On Tue, Nov 29, 2016 at 10:04 AM, Laurent Pinchart wrote: > The rcar-du driver contains a manual implementation of HDMI and VGA > bridges. Use DRM bridges to replace it. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/rcar-du/Kconfig | 6 -- > drivers/gpu/drm

[PATCH v3 12/13] drm: rcar-du: Replace manual bridge implementation with DRM bridge

2016-11-29 Thread Laurent Pinchart
The rcar-du driver contains a manual implementation of HDMI and VGA bridges. Use DRM bridges to replace it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/Kconfig | 6 -- drivers/gpu/drm/rcar-du/Makefile | 5 +- drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 104