1 /* SPDX-License-Identifier: GPL-2.0 */
10 int drm_class_device_register(struct device
*dev
);
11 void drm_class_device_unregister(struct device
*dev
);
13 void drm_sysfs_hotplug_event(struct drm_device
*dev
);
14 void drm_sysfs_connector_status_event(struct drm_connector
*connector
,
15 struct drm_property
*property
);