Searched refs:next_rptr (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | r600_dma.c | 410 u32 next_rptr = ring->wptr + 4; in r600_dma_ring_ib_execute() local 411 while ((next_rptr & 7) != 5) in r600_dma_ring_ib_execute() 412 next_rptr++; in r600_dma_ring_ib_execute() 413 next_rptr += 3; in r600_dma_ring_ib_execute() 417 radeon_ring_write(ring, next_rptr); in r600_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 | 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 | 3372 u32 next_rptr; in r600_ring_ib_execute() local 3375 next_rptr = ring->wptr + 3 + 4; in r600_ring_ib_execute() 3379 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute() 3381 next_rptr = ring->wptr + 5 + 4; in r600_ring_ib_execute() 3385 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
|
D | evergreen.c | 2933 u32 next_rptr; in evergreen_ring_ib_execute() local 2940 next_rptr = ring->wptr + 3 + 4; in evergreen_ring_ib_execute() 2944 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute() 2946 next_rptr = ring->wptr + 5 + 4; in evergreen_ring_ib_execute() 2950 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute()
|
D | ni.c | 1437 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; in cayman_ring_ib_execute() local 1441 radeon_ring_write(ring, next_rptr); in cayman_ring_ib_execute()
|
D | si.c | 3417 u32 next_rptr; in si_ring_ib_execute() local 3419 next_rptr = ring->wptr + 3 + 4 + 8; in si_ring_ib_execute() 3423 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute() 3425 next_rptr = ring->wptr + 5 + 4 + 8; in si_ring_ib_execute() 3430 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute()
|
D | cik.c | 3742 u32 next_rptr; in cik_ring_ib_execute() local 3744 next_rptr = ring->wptr + 3 + 4; in cik_ring_ib_execute() 3748 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute() 3750 next_rptr = ring->wptr + 5 + 4; in cik_ring_ib_execute() 3755 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute()
|
D | r100.c | 3696 u32 next_rptr = ring->wptr + 2 + 3; in r100_ring_ib_execute() local 3698 radeon_ring_write(ring, next_rptr); in r100_ring_ib_execute()
|