git: drm: Manage drm_local_map structures with linux list functions
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Thu Oct 3 11:25:02 PDT 2013
commit f599cd4658a7dc4d6a9794840d71f21b15c787a9
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Thu Oct 3 20:22:43 2013 +0200
drm: Manage drm_local_map structures with linux list functions
Keep things as close to Linux 3.5 as possible
Summary of changes:
sys/dev/drm/drm_bufs.c | 76 ++++++++++++++++++++++++---------
sys/dev/drm/drm_context.c | 21 +++++++--
sys/dev/drm/drm_drv.c | 28 ++++++------
sys/dev/drm/drm_ioctl.c | 52 +++++++++++++++--------
sys/dev/drm/drm_sysctl.c | 96 +++++++++++++++---------------------------
sys/dev/drm/drm_vm.c | 15 ++++---
sys/dev/drm/include/drm/drmP.h | 36 +++++++++++-----
7 files changed, 194 insertions(+), 130 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f599cd4658a7dc4d6a9794840d71f21b15c787a9
--
DragonFly BSD source repository
More information about the Commits
mailing list