Searched refs:gds_compute_max_wave_id (Results 1 – 7 of 7) sorted by relevance
34 uint32_t gds_compute_max_wave_id; member
5511 amdgpu_ring_write(ring, ring->adev->gds.gds_compute_max_wave_id); in gfx_v9_0_ring_emit_ib_compute()7723 adev->gds.gds_compute_max_wave_id = 0x7ff; in gfx_v9_0_set_gds_init()7726 adev->gds.gds_compute_max_wave_id = 0x27f; in gfx_v9_0_set_gds_init()7731 adev->gds.gds_compute_max_wave_id = 0x77; /* raven2 */ in gfx_v9_0_set_gds_init()7733 adev->gds.gds_compute_max_wave_id = 0x15f; /* raven1 */ in gfx_v9_0_set_gds_init()7736 adev->gds.gds_compute_max_wave_id = 0xfff; in gfx_v9_0_set_gds_init()7740 adev->gds.gds_compute_max_wave_id = 0; in gfx_v9_0_set_gds_init()7744 adev->gds.gds_compute_max_wave_id = 0x7ff; in gfx_v9_0_set_gds_init()
2873 amdgpu_ring_write(ring, ring->adev->gds.gds_compute_max_wave_id); in gfx_v9_4_3_ring_emit_ib_compute()4880 adev->gds.gds_compute_max_wave_id = 0; in gfx_v9_4_3_set_gds_init()4884 adev->gds.gds_compute_max_wave_id = 0x7ff; in gfx_v9_4_3_set_gds_init()
2247 amdgpu_ring_write(ring, ring->adev->gds.gds_compute_max_wave_id); in gfx_v7_0_ring_emit_ib_compute()5126 adev->gds.gds_compute_max_wave_id = RREG32(mmGDS_COMPUTE_MAX_WAVE_ID); in gfx_v7_0_set_gds_init()
6134 amdgpu_ring_write(ring, ring->adev->gds.gds_compute_max_wave_id); in gfx_v8_0_ring_emit_ib_compute()7127 adev->gds.gds_compute_max_wave_id = RREG32(mmGDS_COMPUTE_MAX_WAVE_ID); in gfx_v8_0_set_gds_init()
5671 amdgpu_ring_write(ring, ring->adev->gds.gds_compute_max_wave_id); in gfx_v11_0_ring_emit_ib_compute()6991 adev->gds.gds_compute_max_wave_id = total_cu * 32 - 1; in gfx_v11_0_set_gds_init()
8590 amdgpu_ring_write(ring, ring->adev->gds.gds_compute_max_wave_id); in gfx_v10_0_ring_emit_ib_compute()9931 adev->gds.gds_compute_max_wave_id = total_cu * 32 - 1; in gfx_v10_0_set_gds_init()
Completed in 80 milliseconds