dev/drm: Implement kqueue support; Wake up blocking reads
authorImre Vadasz <imre@vdsz.com>
Fri, 7 Nov 2014 19:49:37 +0000 (20:49 +0100)
committerImre Vadasz <imre@vdsz.com>
Sat, 8 Nov 2014 17:39:26 +0000 (18:39 +0100)
commitac145779955116e6ec10fb250146b6141912d110
treec25d935f133a468b5df086ce1d7e03116b992d98
parent6ff407e85631dd8109a6a1496054c7558cc4b0a7
dev/drm: Implement kqueue support; Wake up blocking reads

* Add a call to drm_event_wakeup() in drm/radeon.

* Flesh out the stubbed kqueue support.

* Blocking reads were not woken up because of a typo in the wakeup call.
sys/dev/drm/drm_fops.c
sys/dev/drm/drm_irq.c
sys/dev/drm/include/drm/drmP.h
sys/dev/drm/radeon/radeon_display.c