[PATCH v3 11/50] drm/bridge: Add bridge driver for display connectors

Boris Brezillon boris.brezillon at collabora.com
Mon Dec 16 09:07:24 UTC 2019


On Wed, 11 Dec 2019 00:57:11 +0200
Laurent Pinchart <laurent.pinchart at ideasonboard.com> wrote:

> Display connectors are modelled in DT as a device node, but have so far
> been handled manually in several bridge drivers. This resulted in
> duplicate code in several bridge drivers, with slightly different (and
> thus confusing) logics.
> 
> In order to fix this, implement a bridge driver for display connectors.
> The driver centralises logic for the DVI, HDMI, VGAn composite and
> S-video connectors and exposes corresponding bridge operations.
> 
> This driver in itself doesn't solve the issue completely, changes in
> bridge and display controller drivers are needed to make use of the new
> connector driver.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> Reviewed-by: Maxime Ripard <mripard at kernel.org>

Looks good to me:

Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>


More information about the dri-devel mailing list