Searched refs:first_vmid_to_scan (Results 1 – 1 of 1) sorted by relevance
804 int first_vmid_to_scan = 8; in dbgdev_wave_reset_wavefronts() local807 first_vmid_to_scan = ffs(dev->shared_resources.compute_vmid_bitmap) - 1; in dbgdev_wave_reset_wavefronts()808 temp = dev->shared_resources.compute_vmid_bitmap >> first_vmid_to_scan; in dbgdev_wave_reset_wavefronts()809 last_vmid_to_scan = first_vmid_to_scan + ffz(temp); in dbgdev_wave_reset_wavefronts()823 for (vmid = first_vmid_to_scan; vmid <= last_vmid_to_scan; vmid++) { in dbgdev_wave_reset_wavefronts()