CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/20 00:50:12
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.
Locking `event_lock' in filt_drmread() is currently commented out as it
requires some refactoring to use proper 'struct drm_minor' like upstream.
That said, it is fine as long as all the code is run under KERNEL_LOCK().
ok visa@
