[PATCH 1/2] drm: simple_kms_helper: make connector optional at init time

2016-08-23 Thread Daniel Vetter
On Tue, Aug 23, 2016 at 04:05:57PM +0200, Andrea Merello wrote: > drm_simple_display_pipe_init() pretendes to attach a connector > to the display pipe. > > In case a drm bridge has to be used, then it's the bridge that > takes care of connectors. > > This patch makes the connector parameter optio

[PATCH 1/2] drm: simple_kms_helper: make connector optional at init time

2016-08-23 Thread Andrea Merello
drm_simple_display_pipe_init() pretendes to attach a connector to the display pipe. In case a drm bridge has to be used, then it's the bridge that takes care of connectors. This patch makes the connector parameter optional for drm_simple_display_pipe_init(), so that a drm bridge could handle conn