search for: drm_register_connector

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

2019 Nov 26
0
nouveau regression [bisected] hotplug broken on gf108 since 4.1
...ing things surrounding this the entire day but no luck. One thing which I did found out, is that I can break the commit before the troublesome commit to behave in the exact same way by commenting out the drm_sysfs_hotplug_event() call from drm_sysfs_connector_add(). One thing to note here is that drm_register_connector has the following at the top: if (!connector->dev->registered) return 0; Before the troublesome commit, when we still had a load callback, this check would not be hit when nouveau_drm_load() (now nouveau_drm_device_init() ran as drm_dev_register does: dev...