Re: [PATCH 0/4 v3] drm: Introduce drm_connector_register_all() helper

2016-03-28 Thread Alexey Brodkin
Hi Daniel, On Wed, 2016-03-23 at 11:37 +0100, Daniel Vetter wrote: > On Wed, Mar 23, 2016 at 11:42:53AM +0300, Alexey Brodkin wrote: > > > > As a pair to already existing drm_connector_unplug_all() > > (which we'll rename in this series to drm_connector_unregister_all()) > > we're adding generic

[PATCH 0/4 v3] drm: Introduce drm_connector_register_all() helper

2016-03-23 Thread Alexey Brodkin
As a pair to already existing drm_connector_unplug_all() (which we'll rename in this series to drm_connector_unregister_all()) we're adding generic implementation of what is already done in some drivers for registering all connectors. After implementation of that new helper we're updating 2