Release 4.12 include/drm/drm_sysfs.h
#ifndef _DRM_SYSFS_H_
#define _DRM_SYSFS_H_
struct drm_device;
struct device;
int drm_class_device_register(struct device *dev);
void drm_class_device_unregister(struct device *dev);
void drm_sysfs_hotplug_event(struct drm_device *dev);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Hellstrom | 26 | 63.41% | 1 | 50.00% |
Daniel Vetter | 15 | 36.59% | 1 | 50.00% |
Total | 41 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.