git: drm: Use Linux atomic types and functions

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Nov 3 01:09:38 PDT 2013


commit e3b244c9b4374e242017030f7e07437db1921697
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sat Nov 2 15:47:01 2013 +0100

    drm: Use Linux atomic types and functions
    
    Opportunistically sync to Linux 3.8 when possible

Summary of changes:
 sys/dev/drm/drm_context.c         | 41 ++++++++++++++----
 sys/dev/drm/drm_edid.c            | 19 +--------
 sys/dev/drm/drm_gem.c             |  4 +-
 sys/dev/drm/drm_sysctl.c          |  4 +-
 sys/dev/drm/include/asm/types.h   |  2 +-
 sys/dev/drm/include/drm/drmP.h    | 14 +++----
 sys/dev/drm/radeon/radeon_fence.c | 20 ++++-----
 sys/dev/drm/ttm/ttm_bo.c          | 88 +++++++++++++++++++--------------------
 sys/dev/drm/ttm/ttm_bo_api.h      |  7 ++--
 sys/dev/drm/ttm/ttm_bo_util.c     |  4 +-
 sys/dev/drm/ttm/ttm_bo_vm.c       |  2 +-
 11 files changed, 105 insertions(+), 100 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list