Searched refs:next_rptr (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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 | 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 | 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 | 3282 u32 next_rptr; in r600_ring_ib_execute() local 3285 next_rptr = ring->wptr + 3 + 4; in r600_ring_ib_execute() 3289 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute() 3291 next_rptr = ring->wptr + 5 + 4; in r600_ring_ib_execute() 3295 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
|
D | ni.c | 1418 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; in cayman_ring_ib_execute() local 1422 radeon_ring_write(ring, next_rptr); in cayman_ring_ib_execute()
|
D | evergreen.c | 2974 u32 next_rptr; in evergreen_ring_ib_execute() local 2981 next_rptr = ring->wptr + 3 + 4; in evergreen_ring_ib_execute() 2985 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute() 2987 next_rptr = ring->wptr + 5 + 4; in evergreen_ring_ib_execute() 2991 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute()
|
D | si.c | 3411 u32 next_rptr; in si_ring_ib_execute() local 3413 next_rptr = ring->wptr + 3 + 4 + 8; in si_ring_ib_execute() 3417 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute() 3419 next_rptr = ring->wptr + 5 + 4 + 8; in si_ring_ib_execute() 3424 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute()
|
D | cik.c | 4129 u32 next_rptr; in cik_ring_ib_execute() local 4131 next_rptr = ring->wptr + 3 + 4; in cik_ring_ib_execute() 4135 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute() 4137 next_rptr = ring->wptr + 5 + 4; in cik_ring_ib_execute() 4142 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute()
|
D | r100.c | 3681 u32 next_rptr = ring->wptr + 2 + 3; in r100_ring_ib_execute() local 3683 radeon_ring_write(ring, next_rptr); in r100_ring_ib_execute()
|