Lines Matching refs:placement
128 struct ttm_placement *placement = &abo->placement; in amdgpu_bo_placement_from_domain() local
205 placement->num_placement = c; in amdgpu_bo_placement_from_domain()
206 placement->placement = places; in amdgpu_bo_placement_from_domain()
208 placement->num_busy_placement = c; in amdgpu_bo_placement_from_domain()
209 placement->busy_placement = places; in amdgpu_bo_placement_from_domain()
515 &bo->placement, page_align, &ctx, acc_size, in amdgpu_bo_do_create()
529 bo->tbo.mem.placement & TTM_PL_FLAG_VRAM) { in amdgpu_bo_do_create()
657 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_bo_validate()
869 for (i = 0; i < bo->placement.num_placement; i++) { in amdgpu_bo_pin_restricted()
883 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_bo_pin_restricted()
947 for (i = 0; i < bo->placement.num_placement; i++) { in amdgpu_bo_unpin()
951 r = ttm_bo_validate(&bo->tbo, &bo->placement, &ctx); in amdgpu_bo_unpin()
1303 abo->placement.num_busy_placement = 1; in amdgpu_bo_fault_reserve_notify()
1304 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_bo_fault_reserve_notify()
1306 r = ttm_bo_validate(bo, &abo->placement, &ctx); in amdgpu_bo_fault_reserve_notify()