[PATCH 02/44] drm: Add a callback from connector registering

2016-06-17 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 01:17:47PM +0100, Chris Wilson wrote: > If a driver wants to more precisely control its initialisation and in > particular, defer registering its interfaces with userspace until after > everything is setup, it also needs to defer registering the connectors. > As some

[PATCH 02/44] drm: Add a callback from connector registering

2016-06-15 Thread Chris Wilson
If a driver wants to more precisely control its initialisation and in particular, defer registering its interfaces with userspace until after everything is setup, it also needs to defer registering the connectors. As some devices need more work during registration, add a callback so that drivers