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.c494 struct xe_bo *sys_bo, struct xe_bo *vram_bo, struct xe_bo *ccs_bo, in test_migrate() argument
531 fence = blt_copy(tile, vram_bo, ccs_bo, in test_migrate()
534 retval = xe_map_rd(xe, &ccs_bo->vmap, 0, u64); in test_migrate()
537 retval = xe_map_rd(xe, &ccs_bo->vmap, ccs_bo->size - 8, u64); in test_migrate()
570 fence = blt_copy(tile, vram_bo, ccs_bo, in test_migrate()
573 retval = xe_map_rd(xe, &ccs_bo->vmap, 0, u64); in test_migrate()
575 retval = xe_map_rd(xe, &ccs_bo->vmap, ccs_bo->size - 8, u64); in test_migrate()
639 struct xe_bo *sys_bo, *vram_bo = NULL, *ccs_bo = NULL; in validate_ccs_test_run_tile() local
667 ccs_bo = xe_bo_create_user(xe, NULL, NULL, SZ_4M, in validate_ccs_test_run_tile()
671 if (IS_ERR(ccs_bo)) { in validate_ccs_test_run_tile()
[all …]