Searched refs:next_rptr (Results 1 – 8 of 8) sorted by relevance
72 u32 next_rptr = ring->wptr + 4; in evergreen_dma_ring_ib_execute() local73 while ((next_rptr & 7) != 5) in evergreen_dma_ring_ib_execute()74 next_rptr++; in evergreen_dma_ring_ib_execute()75 next_rptr += 3; in evergreen_dma_ring_ib_execute()79 radeon_ring_write(ring, next_rptr); in evergreen_dma_ring_ib_execute()
128 u32 next_rptr = ring->wptr + 4; in cayman_dma_ring_ib_execute() local129 while ((next_rptr & 7) != 5) in cayman_dma_ring_ib_execute()130 next_rptr++; in cayman_dma_ring_ib_execute()131 next_rptr += 3; in cayman_dma_ring_ib_execute()135 radeon_ring_write(ring, next_rptr); in cayman_dma_ring_ib_execute()
409 u32 next_rptr = ring->wptr + 4; in r600_dma_ring_ib_execute() local410 while ((next_rptr & 7) != 5) in r600_dma_ring_ib_execute()411 next_rptr++; in r600_dma_ring_ib_execute()412 next_rptr += 3; in r600_dma_ring_ib_execute()416 radeon_ring_write(ring, next_rptr); in r600_dma_ring_ib_execute()
139 u32 next_rptr = ring->wptr + 5; in cik_sdma_ring_ib_execute() local140 while ((next_rptr & 7) != 4) in cik_sdma_ring_ib_execute()141 next_rptr++; in cik_sdma_ring_ib_execute()142 next_rptr += 4; in cik_sdma_ring_ib_execute()147 radeon_ring_write(ring, next_rptr); in cik_sdma_ring_ib_execute()
3369 u32 next_rptr; in r600_ring_ib_execute() local3372 next_rptr = ring->wptr + 3 + 4; in r600_ring_ib_execute()3376 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()3378 next_rptr = ring->wptr + 5 + 4; in r600_ring_ib_execute()3382 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
1411 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; in cayman_ring_ib_execute() local1415 radeon_ring_write(ring, next_rptr); in cayman_ring_ib_execute()
3715 u32 next_rptr = ring->wptr + 2 + 3; in r100_ring_ib_execute() local3717 radeon_ring_write(ring, next_rptr); in r100_ring_ib_execute()
7374 uint32_t *next_rptr) in dmub_rb_get_rptr_with_offset() argument7379 *next_rptr = rb->rptr + DMUB_RB_CMD_SIZE * num_cmds; in dmub_rb_get_rptr_with_offset()7381 if (*next_rptr >= rb->capacity) in dmub_rb_get_rptr_with_offset()7382 *next_rptr %= rb->capacity; in dmub_rb_get_rptr_with_offset()