Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c521 ret = xe_bo_vmap(vram_bo); in test_migrate()
529 retval = xe_map_rd(xe, &vram_bo->vmap, vram_bo->size - 8, u64); in test_migrate()
560 ret = xe_bo_vmap(vram_bo); in test_migrate()
568 retval = xe_map_rd(xe, &vram_bo->vmap, vram_bo->size - 8, u64); in test_migrate()
610 fence = xe_migrate_clear(tile->migrate, vram_bo, vram_bo->ttm.resource, in test_clear()
699 if (IS_ERR(vram_bo)) { in validate_ccs_test_run_tile()
701 PTR_ERR(vram_bo)); in validate_ccs_test_run_tile()
720 xe_bo_unlock(vram_bo); in validate_ccs_test_run_tile()
723 xe_bo_vunmap(vram_bo); in validate_ccs_test_run_tile()
724 xe_bo_unlock(vram_bo); in validate_ccs_test_run_tile()
[all …]
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c1102 struct amdgpu_bo *vram_bo = NULL; in amdgpu_gmc_vram_checking() local
1111 &vram_bo, in amdgpu_gmc_vram_checking()
1147 amdgpu_bo_free_kernel(&vram_bo, &vram_gpu, in amdgpu_gmc_vram_checking()