Searched refs:new_iomap (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 333 void *new_iomap; in ttm_bo_move_memcpy() local 343 ret = ttm_mem_reg_ioremap(bdev, new_mem, &new_iomap); in ttm_bo_move_memcpy() 350 if (old_iomap == NULL && new_iomap == NULL) in ttm_bo_move_memcpy() 359 memset_io(new_iomap, 0, new_mem->num_pages*PAGE_SIZE); in ttm_bo_move_memcpy() 386 ret = ttm_copy_ttm_io_page(ttm, new_iomap, page, in ttm_bo_move_memcpy() 388 } else if (new_iomap == NULL) { in ttm_bo_move_memcpy() 394 ret = ttm_copy_io_page(new_iomap, old_iomap, page); in ttm_bo_move_memcpy() 411 ttm_mem_reg_iounmap(bdev, old_mem, new_iomap); in ttm_bo_move_memcpy()
|