Lines Matching refs:new_mem
659 struct ttm_resource *new_mem) in vmw_move_notify() argument
661 vmw_bo_move_notify(bo, new_mem); in vmw_move_notify()
662 vmw_query_move_notify(bo, old_mem, new_mem); in vmw_move_notify()
680 struct ttm_resource *new_mem, in vmw_move() argument
684 struct ttm_resource_manager *new_man = ttm_manager_type(bo->bdev, new_mem->mem_type); in vmw_move()
687 if (new_man->use_tt && new_mem->mem_type != TTM_PL_SYSTEM) { in vmw_move()
688 ret = vmw_ttm_bind(bo->bdev, bo->ttm, new_mem); in vmw_move()
693 vmw_move_notify(bo, bo->resource, new_mem); in vmw_move()
697 ttm_bo_move_null(bo, new_mem); in vmw_move()
706 ttm_bo_assign_mem(bo, new_mem); in vmw_move()
709 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move()
715 vmw_move_notify(bo, new_mem, bo->resource); in vmw_move()