search for: err_minor

Displaying 1 result from an estimated 1 matches for "err_minor".

Did you mean: err_minors
2019 Nov 26
0
nouveau regression [bisected] hotplug broken on gf108 since 4.1
...eck would not be hit when nouveau_drm_load() (now nouveau_drm_device_init() ran as drm_dev_register does: dev->registered = true; if (dev->driver->load) { ret = dev->driver->load(dev, flags); if (ret) goto err_minors; } So would register the connectors directly from nouveau_drm_load()/nouveau_drm_device_init() (through the drm_register_connector() call at the end of nouveau_connector_create). Since the troublesome commit we do hit the if in question since we now call nouveau_drm_device_init() befor...