Re: [PATCH 0/3 v5] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
Hi Boris, On Tue, 2016-03-29 at 14:43 +0200, Boris Brezillon wrote: > Hi Alexey, > > On Tue, 29 Mar 2016 13:22:49 +0300 > Alexey Brodkin wrote: > > > > > As a pair to already existing drm_connector_unplug_all() > > (which we'll rename in this series to

Re: [PATCH 0/3 v5] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Boris Brezillon
Hi Alexey, On Tue, 29 Mar 2016 13:22:49 +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 implementation of what is already done in

[PATCH 0/3 v5] drm: Introduce drm_connector_register_all() helper

2016-03-29 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