Searched refs:blt_copy (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/xe/tests/ |
D | xe_migrate.c | 368 static struct dma_fence *blt_copy(struct xe_tile *tile, in blt_copy() function 506 fence = blt_copy(tile, sys_bo, vram_bo, false, "Blit copy from sysmem to vram", test); in test_migrate() 532 fence = blt_copy(tile, vram_bo, ccs_bo, in test_migrate() 571 fence = blt_copy(tile, vram_bo, ccs_bo, in test_migrate() 591 fence = blt_copy(tile, sys_bo, vram_bo, false, "Blit copy from sysmem to vram", test); in test_clear() 599 fence = blt_copy(tile, vram_bo, sys_bo, false, "Blit copy from vram to sysmem", test); in test_clear() 616 fence = blt_copy(tile, vram_bo, sys_bo, in test_clear() 626 fence = blt_copy(tile, vram_bo, sys_bo, in test_clear()
|