Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c538 retval = xe_map_rd(xe, &ccs_bo->vmap, ccs_bo->size - 8, u64); in test_migrate()
576 retval = xe_map_rd(xe, &ccs_bo->vmap, ccs_bo->size - 8, u64); in test_migrate()
675 if (IS_ERR(ccs_bo)) { in validate_ccs_test_run_tile()
677 PTR_ERR(ccs_bo)); in validate_ccs_test_run_tile()
681 xe_bo_lock(ccs_bo, false); in validate_ccs_test_run_tile()
688 ret = xe_bo_vmap(ccs_bo); in validate_ccs_test_run_tile()
693 xe_bo_unlock(ccs_bo); in validate_ccs_test_run_tile()
726 xe_bo_lock(ccs_bo, false); in validate_ccs_test_run_tile()
727 xe_bo_vunmap(ccs_bo); in validate_ccs_test_run_tile()
728 xe_bo_unlock(ccs_bo); in validate_ccs_test_run_tile()
[all …]