Lines Matching refs:new_mem
570 struct ttm_resource *new_mem) in vmw_move_notify() argument
572 vmw_bo_move_notify(bo, new_mem); in vmw_move_notify()
573 vmw_query_move_notify(bo, old_mem, new_mem); in vmw_move_notify()
596 struct ttm_resource *new_mem, in vmw_move() argument
600 struct ttm_resource_manager *new_man = ttm_manager_type(bo->bdev, new_mem->mem_type); in vmw_move()
603 if (new_man->use_tt && !vmw_memtype_is_system(new_mem->mem_type)) { in vmw_move()
604 ret = vmw_ttm_bind(bo->bdev, bo->ttm, new_mem); in vmw_move()
609 vmw_move_notify(bo, bo->resource, new_mem); in vmw_move()
613 ttm_bo_move_null(bo, new_mem); in vmw_move()
622 ttm_bo_assign_mem(bo, new_mem); in vmw_move()
625 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move()
631 vmw_move_notify(bo, new_mem, bo->resource); in vmw_move()