git: DragonFly_RELEASE_4_0 dev/drm: Implement kqueue support; Wake up blocking reads
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sun Nov 9 09:31:25 PST 2014
commit c07ea20221b30fec8ca20e73ed2808fb933acad1
Author: Imre Vadasz <imre at vdsz.com>
Date: Fri Nov 7 20:49:37 2014 +0100
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.
Summary of changes:
sys/dev/drm/drm_fops.c | 47 +++++++++++++++++++++++++++++++++++--
sys/dev/drm/drm_irq.c | 2 +-
sys/dev/drm/include/drm/drmP.h | 1 +
sys/dev/drm/radeon/radeon_display.c | 4 +---
4 files changed, 48 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c07ea20221b30fec8ca20e73ed2808fb933acad1
--
DragonFly BSD source repository
More information about the Commits
mailing list