DragonFly BSD
DragonFly commits List (threaded) for 2013-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: ttm porting: Small changes (3/3)


From: Francois Tigeot <ftigeot@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 8 Aug 2013 11:31:55 -0700 (PDT)

commit de1dfd9f5582b9b05eb89ce8b54f3e1a71bbbaca
Author: François Tigeot <ftigeot@wolfpond.org>
Date:   Wed Aug 7 13:00:58 2013 +0200

    ttm porting: Small changes (3/3)
    
    * Fix taskqueue_start_threads() calls
    
    * Remove VPO_UNMANAGED
    
    * Remove VM_ALLOC_WIRED and VM_ALLOC_NOOBJ
    
    * Remove VM_ALLOC_NOBUSY
    
    * Replace VPO_BUSY by PG_BUSY
    
    * Fix calls to pmap_copy_page()
    
    * Fix calls to pmap_zero_page()

Summary of changes:
 sys/dev/drm2/ttm/ttm_bo_vm.c      |  2 +-
 sys/dev/drm2/ttm/ttm_memory.c     |  2 +-
 sys/dev/drm2/ttm/ttm_page_alloc.c | 14 ++++++++++----
 sys/dev/drm2/ttm/ttm_tt.c         |  9 +++++----
 4 files changed, 17 insertions(+), 10 deletions(-)

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


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]