| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_rv770_dma.c | 54 int ring_index = rdev->asic->copy.dma_ring_index; local 55 struct radeon_ring *ring = &rdev->ring[ring_index];
|
| radeon_evergreen_dma.c | 120 int ring_index = rdev->asic->copy.dma_ring_index; local 121 struct radeon_ring *ring = &rdev->ring[ring_index];
|
| radeon_si_dma.c | 243 int ring_index = rdev->asic->copy.dma_ring_index; local 244 struct radeon_ring *ring = &rdev->ring[ring_index];
|
| radeon_r600_dma.c | 455 int ring_index = rdev->asic->copy.dma_ring_index; local 456 struct radeon_ring *ring = &rdev->ring[ring_index];
|
| radeon_cik_sdma.c | 591 int ring_index = rdev->asic->copy.dma_ring_index; local 592 struct radeon_ring *ring = &rdev->ring[ring_index];
|
| radeon_r600.c | 3003 int ring_index = rdev->asic->copy.blit_ring_index; local 3004 struct radeon_ring *ring = &rdev->ring[ring_index]; 4133 u32 ring_index; local 4163 ring_index = rptr / 4; 4164 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; 4165 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff;
|
| radeon_si.c | 6260 u32 ring_index; local 6288 ring_index = rptr / 4; 6289 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; 6290 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; 6291 ring_id = le32_to_cpu(rdev->ih.ring[ring_index + 2]) & 0xff;
|
| radeon_cik.c | 3679 int ring_index = rdev->asic->copy.blit_ring_index; local 3680 struct radeon_ring *ring = &rdev->ring[ring_index]; 7574 u32 ring_index; local 7602 ring_index = rptr / 4; 7604 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; 7605 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; 7606 ring_id = le32_to_cpu(rdev->ih.ring[ring_index + 2]) & 0xff;
|
| radeon_evergreen.c | 4715 u32 ring_index; local 4744 ring_index = rptr / 4; 4745 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; 4746 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_navi10_ih.c | 261 u32 ring_index = ih->rptr >> 2; local 264 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); 265 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); 266 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); 267 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); 268 dw[4] = le32_to_cpu(ih->ring[ring_index + 4]); 269 dw[5] = le32_to_cpu(ih->ring[ring_index + 5]); 270 dw[6] = le32_to_cpu(ih->ring[ring_index + 6]); 271 dw[7] = le32_to_cpu(ih->ring[ring_index + 7]);
|
| amdgpu_cik_ih.c | 251 u32 ring_index = ih->rptr >> 2; local 254 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); 255 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); 256 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); 257 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
|
| amdgpu_si_ih.c | 133 u32 ring_index = ih->rptr >> 2; local 136 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); 137 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); 138 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); 139 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
|
| amdgpu_cz_ih.c | 230 u32 ring_index = ih->rptr >> 2; local 233 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); 234 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); 235 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); 236 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
|
| amdgpu_iceland_ih.c | 230 u32 ring_index = ih->rptr >> 2; local 233 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); 234 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); 235 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); 236 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
|
| amdgpu_tonga_ih.c | 232 u32 ring_index = ih->rptr >> 2; local 235 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); 236 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); 237 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); 238 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
|
| amdgpu_vega10_ih.c | 447 u32 ring_index = ih->rptr >> 2; local 450 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]); 451 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]); 452 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]); 453 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]); 454 dw[4] = le32_to_cpu(ih->ring[ring_index + 4]); 455 dw[5] = le32_to_cpu(ih->ring[ring_index + 5]); 456 dw[6] = le32_to_cpu(ih->ring[ring_index + 6]); 457 dw[7] = le32_to_cpu(ih->ring[ring_index + 7]);
|
| amdgpu_irq.c | 431 u32 ring_index = ih->rptr >> 2; local 438 entry.iv_entry = (const uint32_t *)__UNVOLATILE(&ih->ring[ring_index]);
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_report.cpp | 166 HeapAllocationRecord *har, uptr *ring_index, 178 *ring_index = i; 435 uptr ring_index = 0; member in struct:__hwasan::__anon14550::BaseReport::HeapAllocation 587 uptr ring_index, num_matching_addrs, num_matching_addrs_4b; 589 &ring_index, &num_matching_addrs, 593 ha.ring_index = ring_index; 789 Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ha.ring_index + 1,
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_report.cpp | 142 HeapAllocationRecord *har, uptr *ring_index, 154 *ring_index = i; 455 uptr ring_index, num_matching_addrs, num_matching_addrs_4b; 457 &ring_index, &num_matching_addrs, 478 Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ring_index + 1,
|