Searched refs:sys_bo (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 495 struct xe_bo *sys_bo, struct xe_bo *vram_bo, struct xe_bo *ccs_bo, in test_migrate() argument 504 xe_map_memset(xe, &sys_bo->vmap, 0, 0xd0, xe_bo_size(sys_bo)); in test_migrate() 506 fence = blt_copy(tile, sys_bo, vram_bo, false, "Blit copy from sysmem to vram", test); in test_migrate() 583 struct xe_bo *sys_bo, struct xe_bo *vram_bo, struct kunit *test) in test_clear() argument 589 xe_map_memset(xe, &sys_bo->vmap, 0, 0xd0, xe_bo_size(sys_bo)); in test_clear() 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() 601 retval = xe_map_rd(xe, &sys_bo->vmap, 0, u64); in test_clear() 603 retval = xe_map_rd(xe, &sys_bo->vmap, xe_bo_size(sys_bo) - 8, u64); in test_clear() 616 fence = blt_copy(tile, vram_bo, sys_bo, in test_clear() [all …]
|