[PATCH 12/20] drm/sun4i: Add bridge support

2016-05-25 Thread Maxime Ripard
Hi Daniel, On Mon, May 16, 2016 at 03:12:15PM +0200, Daniel Vetter wrote: > On Mon, May 16, 2016 at 2:47 PM, Maxime Ripard > wrote: > > Our RGB bus can be either connected to a bridge or a panel. While the panel > > support was already there, the bridge was not. > > > > Fix that. > > > > Signed-o

[PATCH 12/20] drm/sun4i: Add bridge support

2016-05-16 Thread Daniel Vetter
On Mon, May 16, 2016 at 2:47 PM, Maxime Ripard wrote: > Our RGB bus can be either connected to a bridge or a panel. While the panel > support was already there, the bridge was not. > > Fix that. > > Signed-off-by: Maxime Ripard For bridge support the only thing you need is to set drm_encoder->br

[PATCH 12/20] drm/sun4i: Add bridge support

2016-05-16 Thread Maxime Ripard
Our RGB bus can be either connected to a bridge or a panel. While the panel support was already there, the bridge was not. Fix that. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/sun4i_drv.c | 4 +-- drivers/gpu/drm/sun4i/sun4i_rgb.c | 56 +++--- driv