Home
last modified time | relevance | path

Searched refs:amdgpu_vm_pt_descendant (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_pt.c183 * amdgpu_vm_pt_descendant - go to child node
192 static bool amdgpu_vm_pt_descendant(struct amdgpu_device *adev, in amdgpu_vm_pt_descendant() function
278 if (amdgpu_vm_pt_descendant(adev, cursor)) in amdgpu_vm_pt_next()
311 while (amdgpu_vm_pt_descendant(adev, cursor)) in amdgpu_vm_pt_first_dfs()
347 while (amdgpu_vm_pt_descendant(adev, cursor)) in amdgpu_vm_pt_next_dfs()
970 if (amdgpu_vm_pt_descendant(adev, &cursor)) in amdgpu_vm_ptes_update()
976 if (!amdgpu_vm_pt_descendant(adev, &cursor)) in amdgpu_vm_ptes_update()
985 if (amdgpu_vm_pt_descendant(adev, &cursor)) in amdgpu_vm_ptes_update()
1055 if (amdgpu_vm_pt_descendant(adev, &cursor)) { in amdgpu_vm_ptes_update()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c401 * amdgpu_vm_pt_descendant - go to child node
410 static bool amdgpu_vm_pt_descendant(struct amdgpu_device *adev, in amdgpu_vm_pt_descendant() function
493 if (amdgpu_vm_pt_descendant(adev, cursor)) in amdgpu_vm_pt_next()
525 while (amdgpu_vm_pt_descendant(adev, cursor)); in amdgpu_vm_pt_first_dfs()
560 while (amdgpu_vm_pt_descendant(adev, cursor)); in amdgpu_vm_pt_next_dfs()
1471 if (amdgpu_vm_pt_descendant(adev, &cursor)) in amdgpu_vm_update_ptes()
1477 if (!amdgpu_vm_pt_descendant(adev, &cursor)) in amdgpu_vm_update_ptes()
1486 if (amdgpu_vm_pt_descendant(adev, &cursor)) in amdgpu_vm_update_ptes()
1555 if (amdgpu_vm_pt_descendant(adev, &cursor)) { in amdgpu_vm_update_ptes()

Completed in 6 milliseconds