Lines Matching refs:placements
130 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain()
396 (*bo_ptr)->placements[i].fpfn = offset >> PAGE_SHIFT; in amdgpu_bo_create_kernel_at()
397 (*bo_ptr)->placements[i].lpfn = (offset + size) >> PAGE_SHIFT; in amdgpu_bo_create_kernel_at()
953 if (fpfn > bo->placements[i].fpfn) in amdgpu_bo_pin_restricted()
954 bo->placements[i].fpfn = fpfn; in amdgpu_bo_pin_restricted()
955 if (!bo->placements[i].lpfn || in amdgpu_bo_pin_restricted()
956 (lpfn && lpfn < bo->placements[i].lpfn)) in amdgpu_bo_pin_restricted()
957 bo->placements[i].lpfn = lpfn; in amdgpu_bo_pin_restricted()
958 bo->placements[i].flags |= TTM_PL_FLAG_NO_EVICT; in amdgpu_bo_pin_restricted()
1029 bo->placements[i].lpfn = 0; in amdgpu_bo_unpin()
1030 bo->placements[i].flags &= ~TTM_PL_FLAG_NO_EVICT; in amdgpu_bo_unpin()
1398 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_bo_fault_reserve_notify()