Re: [PATCH v4 01/14] drm/mxsfb: Update mxsfb to support a bridge

2019-10-14 Thread Stefan Agner
On 2019-08-29 13:30, Robert Chiras wrote: > Currently, the MXSFB DRM driver only supports a panel. But, its output > display signal can also be redirected to another encoder, like a DSI > controller. In this case, that DSI controller may act like a drm_bridge. > In order support this use-case too,

[PATCH v4 01/14] drm/mxsfb: Update mxsfb to support a bridge

2019-08-29 Thread Robert Chiras
Currently, the MXSFB DRM driver only supports a panel. But, its output display signal can also be redirected to another encoder, like a DSI controller. In this case, that DSI controller may act like a drm_bridge. In order support this use-case too, this patch adds support for drm_bridge in mxsfb.