Home
last modified time | relevance | path

Searched refs:ring_index (Results 1 – 17 of 17) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ih.c277 u32 ring_index = ih->rptr >> 2; in amdgpu_ih_decode_iv_helper() local
280 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); in amdgpu_ih_decode_iv_helper()
281 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); in amdgpu_ih_decode_iv_helper()
282 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); in amdgpu_ih_decode_iv_helper()
283 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); in amdgpu_ih_decode_iv_helper()
284 dw[4] = le32_to_cpu(ih->ring[ring_index + 4]); in amdgpu_ih_decode_iv_helper()
285 dw[5] = le32_to_cpu(ih->ring[ring_index + 5]); in amdgpu_ih_decode_iv_helper()
311 uint32_t ring_index; in amdgpu_ih_decode_iv_ts_helper() local
315 ring_index = (rptr & ih->ptr_mask) >> 2; in amdgpu_ih_decode_iv_ts_helper()
317 dw1 = le32_to_cpu(ih->ring[ring_index + 1]); in amdgpu_ih_decode_iv_ts_helper()
[all …]
H A Dsi_ih.c136 u32 ring_index = ih->rptr >> 2; in si_ih_decode_iv() local
139 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); in si_ih_decode_iv()
140 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); in si_ih_decode_iv()
141 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); in si_ih_decode_iv()
142 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); in si_ih_decode_iv()
H A Dcik_ih.c253 u32 ring_index = ih->rptr >> 2; in cik_ih_decode_iv() local
256 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); in cik_ih_decode_iv()
257 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); in cik_ih_decode_iv()
258 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); in cik_ih_decode_iv()
259 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); in cik_ih_decode_iv()
H A Diceland_ih.c243 u32 ring_index = ih->rptr >> 2; in iceland_ih_decode_iv() local
246 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); in iceland_ih_decode_iv()
247 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); in iceland_ih_decode_iv()
248 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); in iceland_ih_decode_iv()
249 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); in iceland_ih_decode_iv()
H A Dcz_ih.c244 u32 ring_index = ih->rptr >> 2; in cz_ih_decode_iv() local
247 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); in cz_ih_decode_iv()
248 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); in cz_ih_decode_iv()
249 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); in cz_ih_decode_iv()
250 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); in cz_ih_decode_iv()
H A Dtonga_ih.c247 u32 ring_index = ih->rptr >> 2; in tonga_ih_decode_iv() local
250 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); in tonga_ih_decode_iv()
251 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); in tonga_ih_decode_iv()
252 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); in tonga_ih_decode_iv()
253 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); in tonga_ih_decode_iv()
H A Damdgpu_irq.c440 u32 ring_index = ih->rptr >> 2; in amdgpu_irq_dispatch() local
448 entry.iv_entry = (const uint32_t *)&ih->ring[ring_index]; in amdgpu_irq_dispatch()
/openbsd/sys/dev/pci/drm/radeon/
H A Drv770_dma.c49 int ring_index = rdev->asic->copy.dma_ring_index; in rv770_copy_dma() local
50 struct radeon_ring *ring = &rdev->ring[ring_index]; in rv770_copy_dma()
H A Devergreen_dma.c114 int ring_index = rdev->asic->copy.dma_ring_index; in evergreen_copy_dma() local
115 struct radeon_ring *ring = &rdev->ring[ring_index]; in evergreen_copy_dma()
H A Dsi_dma.c237 int ring_index = rdev->asic->copy.dma_ring_index; in si_copy_dma() local
238 struct radeon_ring *ring = &rdev->ring[ring_index]; in si_copy_dma()
H A Dr600_dma.c450 int ring_index = rdev->asic->copy.dma_ring_index; in r600_copy_dma() local
451 struct radeon_ring *ring = &rdev->ring[ring_index]; in r600_copy_dma()
H A Dcik_sdma.c585 int ring_index = rdev->asic->copy.dma_ring_index; in cik_copy_dma() local
586 struct radeon_ring *ring = &rdev->ring[ring_index]; in cik_copy_dma()
H A Dr600.c2971 int ring_index = rdev->asic->copy.blit_ring_index; in r600_copy_cpdma() local
2972 struct radeon_ring *ring = &rdev->ring[ring_index]; in r600_copy_cpdma()
4097 u32 ring_index; in r600_irq_process() local
4129 ring_index = rptr / 4; in r600_irq_process()
4130 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; in r600_irq_process()
4131 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; in r600_irq_process()
H A Dsi.c6252 u32 ring_index; in si_irq_process() local
6282 ring_index = rptr / 4; in si_irq_process()
6283 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; in si_irq_process()
6284 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; in si_irq_process()
6285 ring_id = le32_to_cpu(rdev->ih.ring[ring_index + 2]) & 0xff; in si_irq_process()
H A Dcik.c3652 int ring_index = rdev->asic->copy.blit_ring_index; in cik_copy_cpdma() local
3653 struct radeon_ring *ring = &rdev->ring[ring_index]; in cik_copy_cpdma()
7546 u32 ring_index; in cik_irq_process() local
7576 ring_index = rptr / 4; in cik_irq_process()
7578 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; in cik_irq_process()
7579 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; in cik_irq_process()
7580 ring_id = le32_to_cpu(rdev->ih.ring[ring_index + 2]) & 0xff; in cik_irq_process()
H A Devergreen.c4712 u32 ring_index; in evergreen_irq_process() local
4743 ring_index = rptr / 4; in evergreen_irq_process()
4744 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; in evergreen_irq_process()
4745 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; in evergreen_irq_process()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp151 HeapAllocationRecord *har, uptr *ring_index, in FindHeapAllocation() argument
163 *ring_index = i; in FindHeapAllocation()
464 uptr ring_index, num_matching_addrs, num_matching_addrs_4b; in PrintAddressDescription() local
466 &ring_index, &num_matching_addrs, in PrintAddressDescription()
487 Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ring_index + 1, in PrintAddressDescription()