Searched refs:sys_bo (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_migrate.c | 494 struct xe_bo *sys_bo, struct xe_bo *vram_bo, struct xe_bo *ccs_bo, in test_migrate() argument 503 xe_map_memset(xe, &sys_bo->vmap, 0, 0xd0, sys_bo->size); in test_migrate() 505 fence = blt_copy(tile, sys_bo, vram_bo, false, "Blit copy from sysmem to vram", test); in test_migrate() 582 struct xe_bo *sys_bo, struct xe_bo *vram_bo, struct kunit *test) in test_clear() argument 588 xe_map_memset(xe, &sys_bo->vmap, 0, 0xd0, sys_bo->size); in test_clear() 590 fence = blt_copy(tile, sys_bo, vram_bo, false, "Blit copy from sysmem to vram", test); in test_clear() 598 fence = blt_copy(tile, vram_bo, sys_bo, false, "Blit copy from vram to sysmem", test); in test_clear() 600 retval = xe_map_rd(xe, &sys_bo->vmap, 0, u64); in test_clear() 602 retval = xe_map_rd(xe, &sys_bo->vmap, sys_bo->size - 8, u64); in test_clear() 615 fence = blt_copy(tile, vram_bo, sys_bo, in test_clear() [all …]
|