add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()
authorrobert <robert@openbsd.org>
Sat, 13 Jan 2018 13:03:42 +0000 (13:03 +0000)
committerrobert <robert@openbsd.org>
Sat, 13 Jan 2018 13:03:42 +0000 (13:03 +0000)
commitb8584f4233dc11a328cd245a5843ec3d67462200
treece632a83c975f08edd28ffb05268953a3d8db112
parent586ac5a17b495f9217afcad55bf601907d19d47c
add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()
available on OpenBSD well and by notifying listeners of a device
state change using EVFILT_DEVICE and NOTE_CHANGE.

drm_sysfs_hotplug_event() gets called when a state change of the device
occured, like an hdmi cable has been plugged, this in the future will
be used by the modesetting xorg driver to notify desktop environments
via randr events to update their screen configuration

ok kettenis@
sys/dev/pci/drm/drmP.h
sys/dev/pci/drm/drm_drv.c
sys/dev/pci/drm/drm_linux.c
sys/sys/conf.h