Home
last modified time | relevance | path

Searched refs:ccs_bo (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c495 struct xe_bo *sys_bo, struct xe_bo *vram_bo, struct xe_bo *ccs_bo, in test_migrate() argument
532 fence = blt_copy(tile, vram_bo, ccs_bo, in test_migrate()
535 retval = xe_map_rd(xe, &ccs_bo->vmap, 0, u64); in test_migrate()
538 retval = xe_map_rd(xe, &ccs_bo->vmap, xe_bo_size(ccs_bo) - 8, u64); in test_migrate()
571 fence = blt_copy(tile, vram_bo, ccs_bo, in test_migrate()
574 retval = xe_map_rd(xe, &ccs_bo->vmap, 0, u64); in test_migrate()
576 retval = xe_map_rd(xe, &ccs_bo->vmap, xe_bo_size(ccs_bo) - 8, u64); in test_migrate()
640 struct xe_bo *sys_bo, *vram_bo = NULL, *ccs_bo = NULL; in validate_ccs_test_run_tile() local
672 ccs_bo = xe_bo_create_user(xe, NULL, SZ_4M, in validate_ccs_test_run_tile()
677 if (IS_ERR(ccs_bo)) { in validate_ccs_test_run_tile()
[all …]