Lines Matching full:waves
721 * @get_wave_count: Read device registers to get number of waves in flight for
727 * @wave_cnt: Output parameter updated with number of waves in flight
740 * parameters to read out waves in flight. Get VMID if there are in get_wave_count()
741 * non-zero waves in flight. in get_wave_count()
758 * shader engine and aggregates the number of waves that are in flight for the
760 * or more queues running and submitting waves to compute units.
762 * @kgd: Handle of device from which to get number of waves in flight
764 * @wave_cnt: Output parameter updated with number of waves in flight that
766 * @max_waves_per_cu: Output parameter updated with maximum number of waves
777 * The registers that provide the waves in flight are:
781 * more queues slotted and submitting waves to be run on compute units. Even
789 * number of waves that are in flight for the queue at specified index. The
792 * If non-zero waves are in flight, read CP_HQD_VMID register to obtain VMID
825 * to get number of waves in flight in kgd_gfx_v9_get_cu_occupancy()
857 /* Get number of waves in flight and aggregate them */ in kgd_gfx_v9_get_cu_occupancy()