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

2016-08-25 Thread Daniel Vetter
On Wed, Aug 24, 2016 at 02:06:00PM +0200, Andrea Merello wrote: > drm_simple_display_pipe_init() pretends 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 option

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

2016-08-24 Thread Andrea Merello
drm_simple_display_pipe_init() pretends 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 conne