Searched refs:vm_inv_engs (Results 1 – 1 of 1) sorted by relevance
484 unsigned vm_inv_engs[AMDGPU_MAX_VMHUBS] = in amdgpu_gmc_allocate_vm_inv_eng() local493 vm_inv_engs[vmhub] &= ~(1 << 5); in amdgpu_gmc_allocate_vm_inv_eng()503 inv_eng = ffs(vm_inv_engs[vmhub]); in amdgpu_gmc_allocate_vm_inv_eng()511 vm_inv_engs[vmhub] &= ~(1 << ring->vm_inv_eng); in amdgpu_gmc_allocate_vm_inv_eng()
Completed in 4 milliseconds