Lines Matching refs:new_mem
489 struct ttm_resource *new_mem) in vmw_move_notify() argument
491 vmw_bo_move_notify(bo, new_mem); in vmw_move_notify()
492 vmw_query_move_notify(bo, old_mem, new_mem); in vmw_move_notify()
515 struct ttm_resource *new_mem, in vmw_move() argument
522 new_man = ttm_manager_type(bo->bdev, new_mem->mem_type); in vmw_move()
526 if (new_man->use_tt && !vmw_memtype_is_system(new_mem->mem_type)) { in vmw_move()
527 ret = vmw_ttm_bind(bo->bdev, bo->ttm, new_mem); in vmw_move()
534 ttm_bo_move_null(bo, new_mem); in vmw_move()
538 vmw_move_notify(bo, bo->resource, new_mem); in vmw_move()
542 ttm_bo_move_null(bo, new_mem); in vmw_move()
551 ttm_bo_assign_mem(bo, new_mem); in vmw_move()
554 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move()
560 vmw_move_notify(bo, new_mem, bo->resource); in vmw_move()