Searched refs:vram_bo (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| A D | xe_migrate.c | 520 ret = xe_bo_vmap(vram_bo); in test_migrate() 528 retval = xe_map_rd(xe, &vram_bo->vmap, vram_bo->size - 8, u64); in test_migrate() 559 ret = xe_bo_vmap(vram_bo); in test_migrate() 567 retval = xe_map_rd(xe, &vram_bo->vmap, vram_bo->size - 8, u64); in test_migrate() 609 fence = xe_migrate_clear(tile->migrate, vram_bo, vram_bo->ttm.resource, in test_clear() 694 if (IS_ERR(vram_bo)) { in validate_ccs_test_run_tile() 696 PTR_ERR(vram_bo)); in validate_ccs_test_run_tile() 715 xe_bo_unlock(vram_bo); in validate_ccs_test_run_tile() 718 xe_bo_vunmap(vram_bo); in validate_ccs_test_run_tile() 719 xe_bo_unlock(vram_bo); in validate_ccs_test_run_tile() [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_gmc.c | 1082 struct amdgpu_bo *vram_bo = NULL; in amdgpu_gmc_vram_checking() local 1091 &vram_bo, in amdgpu_gmc_vram_checking() 1127 amdgpu_bo_free_kernel(&vram_bo, &vram_gpu, in amdgpu_gmc_vram_checking()
|
Completed in 21 milliseconds