git: drm/linux: Implement tasklets

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Feb 21 22:25:12 PST 2017


commit 1e59d1334bde37e93f702e78f96ed3bfcdd88119
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Wed Feb 22 07:06:04 2017 +0100

    drm/linux: Implement tasklets
    
    Even though this initial implementation is pretty naive and runs
    tasklets synchronously, it appears to nevertheless work fine with
    the drm/i915 driver version from Linux 4.7.

Summary of changes:
 sys/dev/drm/include/drm/drm_os_linux.h |  1 +
 sys/dev/drm/include/linux/interrupt.h  | 95 ++++++++++++++++++++++++++++++++++
 sys/dev/drm/include/linux/spinlock.h   | 14 ++++-
 3 files changed, 109 insertions(+), 1 deletion(-)
 create mode 100644 sys/dev/drm/include/linux/interrupt.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e59d1334bde37e93f702e78f96ed3bfcdd88119


-- 
DragonFly BSD source repository



More information about the Commits mailing list