drm/linux: Implement tasklets
commit1e59d1334bde37e93f702e78f96ed3bfcdd88119
authorFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 22 Feb 2017 06:06:04 +0000 (22 07:06 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 22 Feb 2017 06:08:15 +0000 (22 07:08 +0100)
tree4c5a3e1bc9dfa5ec736b265867f3ac76f0e794f7
parentccef4b29441d2528e78c6f1f70e52fcc0d65d45d
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.
sys/dev/drm/include/drm/drm_os_linux.h
sys/dev/drm/include/linux/interrupt.h [new file with mode: 0644]
sys/dev/drm/include/linux/spinlock.h