CVSROOT: /cvs Module name: src Changes by: rob...@cvs.openbsd.org 2018/01/13 06:03:42
Modified files: sys/dev/pci/drm: drmP.h drm_drv.c drm_linux.c sys/sys : conf.h Log message: 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@