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()
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
985 * @pasid_wave_cnt: Output parameter updated with number of waves in flight that
987 * @max_waves_per_cu: Output parameter updated with maximum number of waves
999 * The registers that provide the waves in flight are:
1003 * more queues slotted and submitting waves to be run on compute units. Even
1011 * number of waves that are in flight for the queue at specified index. The
1014 * If non-zero waves are in flight, read CP_HQD_VMID register to obtain VMID
1045 * to get number of waves in flight in kgd_gfx_v9_get_cu_occupancy()
1076 /* Get number of waves in flight and aggregate them */ in kgd_gfx_v9_get_cu_occupancy()