git: drm: Use the Linux Red-Black Trees API
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sun Feb 23 00:26:39 PST 2014
commit c66857ebd263f2da66ee14dc8f01945f69c29d9d
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Sun Feb 23 08:55:21 2014 +0100
drm: Use the Linux Red-Black Trees API
linux/rbtree.h implementation obtained from the FreeBSD OFED framework.
Summary of changes:
sys/conf/files | 1 +
sys/dev/drm/drm/Makefile | 1 +
sys/dev/drm/include/drm/ttm/ttm_bo_api.h | 6 +-
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h | 12 +--
sys/dev/drm/include/linux/rbtree.h | 110 +++++++++++++++++++++
.../drm/{include/linux/err.h => linux_compat.c} | 44 ++++-----
sys/dev/drm/ttm/ttm_bo.c | 27 ++++-
sys/dev/drm/ttm/ttm_bo_vm.c | 35 +++----
8 files changed, 172 insertions(+), 64 deletions(-)
create mode 100644 sys/dev/drm/include/linux/rbtree.h
copy sys/dev/drm/{include/linux/err.h => linux_compat.c} (76%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c66857ebd263f2da66ee14dc8f01945f69c29d9d
--
DragonFly BSD source repository
More information about the Commits
mailing list