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
959 * parameters to read out waves in flight. Get VMID if there are in get_wave_count()
960 * non-zero waves in flight. in get_wave_count()
979 * shader engine and aggregates the number of waves that are in flight for the
981 * or more queues running and submitting waves to compute units.
983 * @adev: Handle of device from which to get number of waves in flight
986 * @max_waves_per_cu: Output parameter updated with maximum number of waves
998 * The registers that provide the waves in flight are:
1002 * more queues slotted and submitting waves to be run on compute units. Even
1010 * number of waves that are in flight for the queue at specified index. The
1013 * If non-zero waves are in flight, store the corresponding doorbell offset
1038 * to get number of waves in flight in kgd_gfx_v9_get_cu_occupancy()
1065 /* Get number of waves in flight and aggregate them */ in kgd_gfx_v9_get_cu_occupancy()