Name

drm_connector_unregister_all — unregister connector userspace interfaces

Synopsis

void drm_connector_unregister_all (struct drm_device * dev);
 

Arguments

dev

drm device

Description

This functions unregisters all connectors from sysfs and other places so that userspace can no longer access them. Drivers should call this as the first step tearing down the device instace, or when the underlying physical device disappeared (e.g. USB unplug), right before calling drm_dev_unregister.