Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c609 struct amdgpu_bo *abo; in amdgpu_bo_fault_reserve_notify() local
616 abo = container_of(bo, struct amdgpu_bo, tbo); in amdgpu_bo_fault_reserve_notify()
617 adev = abo->adev; in amdgpu_bo_fault_reserve_notify()
627 amdgpu_ttm_placement_from_domain(abo, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_bo_fault_reserve_notify()
629 for (i = 0; i < abo->placement.num_placement; i++) { in amdgpu_bo_fault_reserve_notify()
631 if ((abo->placements[i].flags & TTM_PL_FLAG_VRAM) && in amdgpu_bo_fault_reserve_notify()
632 (!abo->placements[i].lpfn || abo->placements[i].lpfn > lpfn)) in amdgpu_bo_fault_reserve_notify()
633 abo->placements[i].lpfn = lpfn; in amdgpu_bo_fault_reserve_notify()
635 r = ttm_bo_validate(bo, &abo->placement, false, false); in amdgpu_bo_fault_reserve_notify()
637 amdgpu_ttm_placement_from_domain(abo, AMDGPU_GEM_DOMAIN_GTT); in amdgpu_bo_fault_reserve_notify()
[all …]
/linux-4.4.14/scripts/
Dextract-ikconfig19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
33 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
Dextract-vmlinux30 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`