git: drm/ttm: Use the Linux wait queues API

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Mar 2 05:11:45 PST 2014


commit a832fc0dc3a7e59b10f5fe57bed43809a2d77791
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Mar 2 10:03:40 2014 +0100

    drm/ttm: Use the Linux wait queues API
    
    Reducing differences with Linux 3.9 (ttm) and Linux 3.8 (rest of the code)

Summary of changes:
 sys/dev/drm/drm_fops.c                   |  1 +
 sys/dev/drm/include/drm/drmP.h           | 28 +++++++++++++++++-----------
 sys/dev/drm/include/drm/ttm/ttm_bo_api.h |  2 +-
 sys/dev/drm/include/drm/ttm/ttm_lock.h   |  1 +
 sys/dev/drm/ttm/ttm_bo.c                 | 18 ++++++++++--------
 sys/dev/drm/ttm/ttm_bo_util.c            |  2 ++
 sys/dev/drm/ttm/ttm_execbuf_util.c       |  3 ++-
 7 files changed, 34 insertions(+), 21 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a832fc0dc3a7e59b10f5fe57bed43809a2d77791


-- 
DragonFly BSD source repository



More information about the Commits mailing list