Home
last modified time | relevance | path

Searched refs:next_rptr (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Devergreen_dma.c73 u32 next_rptr = ring->wptr + 4; in evergreen_dma_ring_ib_execute() local
74 while ((next_rptr & 7) != 5) in evergreen_dma_ring_ib_execute()
75 next_rptr++; in evergreen_dma_ring_ib_execute()
76 next_rptr += 3; in evergreen_dma_ring_ib_execute()
80 radeon_ring_write(ring, next_rptr); in evergreen_dma_ring_ib_execute()
Dni_dma.c129 u32 next_rptr = ring->wptr + 4; in cayman_dma_ring_ib_execute() local
130 while ((next_rptr & 7) != 5) in cayman_dma_ring_ib_execute()
131 next_rptr++; in cayman_dma_ring_ib_execute()
132 next_rptr += 3; in cayman_dma_ring_ib_execute()
136 radeon_ring_write(ring, next_rptr); in cayman_dma_ring_ib_execute()
Dr600_dma.c405 u32 next_rptr = ring->wptr + 4; in r600_dma_ring_ib_execute() local
406 while ((next_rptr & 7) != 5) in r600_dma_ring_ib_execute()
407 next_rptr++; in r600_dma_ring_ib_execute()
408 next_rptr += 3; in r600_dma_ring_ib_execute()
412 radeon_ring_write(ring, next_rptr); in r600_dma_ring_ib_execute()
Dcik_sdma.c140 u32 next_rptr = ring->wptr + 5; in cik_sdma_ring_ib_execute() local
141 while ((next_rptr & 7) != 4) in cik_sdma_ring_ib_execute()
142 next_rptr++; in cik_sdma_ring_ib_execute()
143 next_rptr += 4; in cik_sdma_ring_ib_execute()
148 radeon_ring_write(ring, next_rptr); in cik_sdma_ring_ib_execute()
Dr600.c3329 u32 next_rptr; in r600_ring_ib_execute() local
3332 next_rptr = ring->wptr + 3 + 4; in r600_ring_ib_execute()
3336 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
3338 next_rptr = ring->wptr + 5 + 4; in r600_ring_ib_execute()
3342 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
Dni.c1443 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; in cayman_ring_ib_execute() local
1447 radeon_ring_write(ring, next_rptr); in cayman_ring_ib_execute()
Devergreen.c3022 u32 next_rptr; in evergreen_ring_ib_execute() local
3029 next_rptr = ring->wptr + 3 + 4; in evergreen_ring_ib_execute()
3033 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute()
3035 next_rptr = ring->wptr + 5 + 4; in evergreen_ring_ib_execute()
3039 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute()
Dsi.c3414 u32 next_rptr; in si_ring_ib_execute() local
3416 next_rptr = ring->wptr + 3 + 4 + 8; in si_ring_ib_execute()
3420 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute()
3422 next_rptr = ring->wptr + 5 + 4 + 8; in si_ring_ib_execute()
3427 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute()
Dcik.c4154 u32 next_rptr; in cik_ring_ib_execute() local
4156 next_rptr = ring->wptr + 3 + 4; in cik_ring_ib_execute()
4160 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute()
4162 next_rptr = ring->wptr + 5 + 4; in cik_ring_ib_execute()
4167 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute()
Dr100.c3691 u32 next_rptr = ring->wptr + 2 + 3; in r100_ring_ib_execute() local
3693 radeon_ring_write(ring, next_rptr); in r100_ring_ib_execute()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcik_sdma.c216 u32 next_rptr = ring->wptr + 5; in cik_sdma_ring_emit_ib() local
218 while ((next_rptr & 7) != 4) in cik_sdma_ring_emit_ib()
219 next_rptr++; in cik_sdma_ring_emit_ib()
221 next_rptr += 4; in cik_sdma_ring_emit_ib()
226 amdgpu_ring_write(ring, next_rptr); in cik_sdma_ring_emit_ib()
Dsdma_v2_4.c248 u32 next_rptr = ring->wptr + 5; in sdma_v2_4_ring_emit_ib() local
250 while ((next_rptr & 7) != 2) in sdma_v2_4_ring_emit_ib()
251 next_rptr++; in sdma_v2_4_ring_emit_ib()
253 next_rptr += 6; in sdma_v2_4_ring_emit_ib()
260 amdgpu_ring_write(ring, next_rptr); in sdma_v2_4_ring_emit_ib()
Dsdma_v3_0.c359 u32 next_rptr = ring->wptr + 5; in sdma_v3_0_ring_emit_ib() local
361 while ((next_rptr & 7) != 2) in sdma_v3_0_ring_emit_ib()
362 next_rptr++; in sdma_v3_0_ring_emit_ib()
363 next_rptr += 6; in sdma_v3_0_ring_emit_ib()
370 amdgpu_ring_write(ring, next_rptr); in sdma_v3_0_ring_emit_ib()
Dgfx_v8_0.c4547 u32 next_rptr = ring->wptr + 5; in gfx_v8_0_ring_emit_ib_gfx() local
4554 next_rptr += 2; in gfx_v8_0_ring_emit_ib_gfx()
4556 next_rptr += 4; in gfx_v8_0_ring_emit_ib_gfx()
4561 amdgpu_ring_write(ring, next_rptr); in gfx_v8_0_ring_emit_ib_gfx()
4591 u32 next_rptr = ring->wptr + 5; in gfx_v8_0_ring_emit_ib_compute() local
4595 next_rptr += 4; in gfx_v8_0_ring_emit_ib_compute()
4600 amdgpu_ring_write(ring, next_rptr); in gfx_v8_0_ring_emit_ib_compute()
Dgfx_v7_0.c2569 u32 next_rptr = ring->wptr + 5; in gfx_v7_0_ring_emit_ib_gfx() local
2576 next_rptr += 2; in gfx_v7_0_ring_emit_ib_gfx()
2578 next_rptr += 4; in gfx_v7_0_ring_emit_ib_gfx()
2583 amdgpu_ring_write(ring, next_rptr); in gfx_v7_0_ring_emit_ib_gfx()
2613 u32 next_rptr = ring->wptr + 5; in gfx_v7_0_ring_emit_ib_compute() local
2616 next_rptr += 4; in gfx_v7_0_ring_emit_ib_compute()
2621 amdgpu_ring_write(ring, next_rptr); in gfx_v7_0_ring_emit_ib_compute()