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

Francois Tigeot ftigeot at crater.dragonflybsd.org
Thu Aug 8 11:31:55 PDT 2013


commit de1dfd9f5582b9b05eb89ce8b54f3e1a71bbbaca
Author: François Tigeot <ftigeot at 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



More information about the Commits mailing list