On Sat, Jun 18, 2016 at 02:26:36PM +0100, Emil Velikov wrote: > Hi Chris, > > On 18 June 2016 at 13:13, Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> wrote: > > > > > - drm_connector_register_all(dev); > > + if (drm_core_check_feature(dev, DRIVER_MODESET)) > > + drm_connector_register_all(dev); > > > Shouldn't the drm_connector_unregister_all() call in > drm_dev_unregister() be guarded by a similar check ? Yes, kbuild doesn't unload the module.... Better add that to my test as well. -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel