Searched refs:next_rptr (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_evergreen_dma.c | 78 u32 next_rptr = ring->wptr + 4; in evergreen_dma_ring_ib_execute() local 79 while ((next_rptr & 7) != 5) in evergreen_dma_ring_ib_execute() 80 next_rptr++; in evergreen_dma_ring_ib_execute() 81 next_rptr += 3; in evergreen_dma_ring_ib_execute() 85 radeon_ring_write(ring, next_rptr); in evergreen_dma_ring_ib_execute()
|
| H A D | radeon_ni_dma.c | 134 u32 next_rptr = ring->wptr + 4; in cayman_dma_ring_ib_execute() local 135 while ((next_rptr & 7) != 5) in cayman_dma_ring_ib_execute() 136 next_rptr++; in cayman_dma_ring_ib_execute() 137 next_rptr += 3; in cayman_dma_ring_ib_execute() 141 radeon_ring_write(ring, next_rptr); in cayman_dma_ring_ib_execute()
|
| H A D | radeon_r600_dma.c | 414 u32 next_rptr = ring->wptr + 4; in r600_dma_ring_ib_execute() local 415 while ((next_rptr & 7) != 5) in r600_dma_ring_ib_execute() 416 next_rptr++; in r600_dma_ring_ib_execute() 417 next_rptr += 3; in r600_dma_ring_ib_execute() 421 radeon_ring_write(ring, next_rptr); in r600_dma_ring_ib_execute()
|
| H A D | radeon_cik_sdma.c | 145 u32 next_rptr = ring->wptr + 5; in cik_sdma_ring_ib_execute() local 146 while ((next_rptr & 7) != 4) in cik_sdma_ring_ib_execute() 147 next_rptr++; in cik_sdma_ring_ib_execute() 148 next_rptr += 4; in cik_sdma_ring_ib_execute() 153 radeon_ring_write(ring, next_rptr); in cik_sdma_ring_ib_execute()
|
| H A D | radeon_r600.c | 3405 u32 next_rptr; in r600_ring_ib_execute() local 3408 next_rptr = ring->wptr + 3 + 4; in r600_ring_ib_execute() 3412 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute() 3414 next_rptr = ring->wptr + 5 + 4; in r600_ring_ib_execute() 3418 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
|
| H A D | radeon_evergreen.c | 2938 u32 next_rptr; in evergreen_ring_ib_execute() local 2945 next_rptr = ring->wptr + 3 + 4; in evergreen_ring_ib_execute() 2949 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute() 2951 next_rptr = ring->wptr + 5 + 4; in evergreen_ring_ib_execute() 2955 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute()
|
| H A D | radeon_ni.c | 1444 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; in cayman_ring_ib_execute() local 1448 radeon_ring_write(ring, next_rptr); in cayman_ring_ib_execute()
|
| H A D | radeon_si.c | 3424 u32 next_rptr; in si_ring_ib_execute() local 3426 next_rptr = ring->wptr + 3 + 4 + 8; in si_ring_ib_execute() 3430 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute() 3432 next_rptr = ring->wptr + 5 + 4 + 8; in si_ring_ib_execute() 3437 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute()
|
| H A D | radeon_cik.c | 3759 u32 next_rptr; in cik_ring_ib_execute() local 3761 next_rptr = ring->wptr + 3 + 4; in cik_ring_ib_execute() 3765 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute() 3767 next_rptr = ring->wptr + 5 + 4; in cik_ring_ib_execute() 3772 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute()
|
| H A D | radeon_r100.c | 3718 u32 next_rptr = ring->wptr + 2 + 3; in r100_ring_ib_execute() local 3720 radeon_ring_write(ring, next_rptr); in r100_ring_ib_execute()
|