Lines Matching refs:ring_id
3064 static int gfx_v7_0_compute_queue_init(struct amdgpu_device *adev, int ring_id) in gfx_v7_0_compute_queue_init() argument
3069 struct amdgpu_ring *ring = &adev->gfx.compute_ring[ring_id]; in gfx_v7_0_compute_queue_init()
4485 static int gfx_v7_0_compute_ring_init(struct amdgpu_device *adev, int ring_id, in gfx_v7_0_compute_ring_init() argument
4490 struct amdgpu_ring *ring = &adev->gfx.compute_ring[ring_id]; in gfx_v7_0_compute_ring_init()
4499 ring->doorbell_index = AMDGPU_DOORBELL_MEC_RING0 + ring_id; in gfx_v7_0_compute_ring_init()
4520 int i, j, k, r, ring_id; in gfx_v7_0_sw_init() local
4586 ring_id = 0; in gfx_v7_0_sw_init()
4594 ring_id, in gfx_v7_0_sw_init()
4599 ring_id++; in gfx_v7_0_sw_init()
4974 me_id = (entry->ring_id & 0x0c) >> 2; in gfx_v7_0_eop_irq()
4975 pipe_id = (entry->ring_id & 0x03) >> 0; in gfx_v7_0_eop_irq()