/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | evergreen_dma.c | 73 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()
|
D | ni_dma.c | 129 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()
|
D | r600_dma.c | 405 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()
|
D | cik_sdma.c | 140 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()
|
D | r600.c | 3329 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()
|
D | ni.c | 1443 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()
|
D | evergreen.c | 3022 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()
|
D | si.c | 3414 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()
|
D | cik.c | 4154 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()
|
D | r100.c | 3691 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/ |
D | cik_sdma.c | 216 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()
|
D | sdma_v2_4.c | 248 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()
|
D | sdma_v3_0.c | 359 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()
|
D | gfx_v8_0.c | 4547 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()
|
D | gfx_v7_0.c | 2569 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()
|