Lines Matching full:waves
659 * After wavefront launch has been stalled, allocated waves must drain from
660 * SPI in order for debug trap settings to take effect on those waves.
941 * get_wave_count: Read device registers to get number of waves in flight for
947 * @wave_cnt: Output parameter updated with number of waves in flight
961 * parameters to read out waves in flight. Get VMID if there are in get_wave_count()
962 * non-zero waves in flight. in get_wave_count()
981 * shader engine and aggregates the number of waves that are in flight for the
983 * or more queues running and submitting waves to compute units.
985 * @adev: Handle of device from which to get number of waves in flight
988 * @max_waves_per_cu: Output parameter updated with maximum number of waves
1000 * The registers that provide the waves in flight are:
1004 * more queues slotted and submitting waves to be run on compute units. Even
1012 * number of waves that are in flight for the queue at specified index. The
1015 * If non-zero waves are in flight, store the corresponding doorbell offset
1040 * to get number of waves in flight in kgd_gfx_v9_get_cu_occupancy()
1067 /* Get number of waves in flight and aggregate them */ in kgd_gfx_v9_get_cu_occupancy()