[PATCH 1/3 v4] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin Cc: Dani

[PATCH 1/3 v4] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread David Herrmann
Hi On Tue, Mar 29, 2016 at 12:02 PM, Alexey Brodkin wrote: > As a pair to already existing drm_connector_unregister_all() we're adding > generic implementation of what is already done in some drivers. > > Once this helper is implemented we'll be ready to switch existing > driver-specific implemen

[PATCH 1/3 v4] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
Hi David, On Tue, 2016-03-29 at 12:08 +0200, David Herrmann wrote: > Hi > > On Tue, Mar 29, 2016 at 12:02 PM, Alexey Brodkin > wrote: > > > > As a pair to already existing drm_connector_unregister_all() we're adding > > generic implementation of what is already done in some drivers. > > > > On