On 16/02/2020 23:03, Laurent Pinchart wrote:
In order to integrate with a chain of drm_bridge, the internal DPI output has to expose its operations through the drm_bridge API. Register a bridge at initialisation time to do so and remove the omap_dss_device operations that are now unused.
Signed-off-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
Changes since v5:
- Rebased on top of drm_bridge_state
Changes since v3:
- Drop unneeded lock
Changes since v2:
- Unregister bridge if port initialisation fails
drivers/gpu/drm/omapdrm/dss/dpi.c | 209 +++++++++++++++++------------- 1 file changed, 116 insertions(+), 93 deletions(-)
Reviewed-by: Tomi Valkeinen tomi.valkeinen@ti.com
Tomi