HomeSort by: relevance | last modified time | path
    Searched refs:rptr_offs (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ih.c 114 unsigned wptr_offs, rptr_offs; local in function:amdgpu_ih_ring_init
120 r = amdgpu_device_wb_get(adev, &rptr_offs);
131 amdgpu_device_wb_free(adev, rptr_offs);
138 ih->rptr_addr = adev->wb.gpu_addr + rptr_offs * 4;
139 ih->rptr_cpu = &adev->wb.wb[rptr_offs];
amdgpu_ring.c 274 r = amdgpu_device_wb_get(adev, &ring->rptr_offs);
276 dev_err(adev->dev, "(%d) ring rptr_offs wb alloc failed\n", r);
367 amdgpu_device_wb_free(ring->adev, ring->rptr_offs);
amdgpu_ring.h 190 unsigned rptr_offs; member in struct:amdgpu_ring
amdgpu_sdma_v2_4.c 203 return ring->adev->wb.wb[ring->rptr_offs] >> 2;
426 wb_offset = (ring->rptr_offs * 4);
amdgpu_si_dma.c 48 return ring->adev->wb.wb[ring->rptr_offs>>2];
161 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
amdgpu_cik_sdma.c 172 rptr = ring->adev->wb.wb[ring->rptr_offs];
447 wb_offset = (ring->rptr_offs * 4);
amdgpu_sdma_v4_0.c 653 rptr = ((volatile u64 *)&ring->adev->wb.wb[ring->rptr_offs]);
1099 wb_offset = (ring->rptr_offs * 4);
1189 wb_offset = (ring->rptr_offs * 4);
amdgpu_gfx_v10_0.c 2804 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
2840 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
3023 wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
3304 wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
4316 return ring->adev->wb.wb[ring->rptr_offs]; /* gfx10 is 32bit rptr*/
4351 return ring->adev->wb.wb[ring->rptr_offs]; /* gfx10 hardware is 32bit rptr */
amdgpu_sdma_v3_0.c 359 return ring->adev->wb.wb[ring->rptr_offs] >> 2;
664 wb_offset = (ring->rptr_offs * 4);
amdgpu_sdma_v5_0.c 280 rptr = ((volatile u64 *)&ring->adev->wb.wb[ring->rptr_offs]);
631 wb_offset = (ring->rptr_offs * 4);
amdgpu_gfx_v6_0.c 2128 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
2150 return ring->adev->wb.wb[ring->rptr_offs];
2214 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
2233 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
amdgpu_gfx_v7_0.c 2643 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
2668 return ring->adev->wb.wb[ring->rptr_offs];
3002 wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
amdgpu_gfx_v9_0.c 3205 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
3412 wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
4848 return ring->adev->wb.wb[ring->rptr_offs]; /* gfx9 is 32bit rptr*/
5038 return ring->adev->wb.wb[ring->rptr_offs]; /* gfx9 hardware is 32bit rptr */
amdgpu_gfx_v8_0.c 4297 rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
4499 wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
6015 return ring->adev->wb.wb[ring->rptr_offs];
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ring.c 378 * @rptr_offs: offset of the rptr writeback location in the WB buffer
385 unsigned rptr_offs, u32 nop)
390 ring->rptr_offs = rptr_offs;
radeon_ni_dma.c 64 rptr = rdev->wb.wb[ring->rptr_offs/4];
radeon_r600_dma.c 62 rptr = rdev->wb.wb[ring->rptr_offs/4];
radeon_cik_sdma.c 74 rptr = rdev->wb.wb[ring->rptr_offs/4];
radeon.h 883 unsigned rptr_offs; member in struct:radeon_ring
1082 unsigned rptr_offs, u32 nop);
radeon_ni.c 1487 rptr = rdev->wb.wb[ring->rptr_offs/4];
radeon_r100.c 1087 rptr = le32_to_cpu(rdev->wb.wb[ring->rptr_offs/4]);
radeon_cik.c 4146 rptr = rdev->wb.wb[ring->rptr_offs/4];
4172 rptr = rdev->wb.wb[ring->rptr_offs/4];
radeon_r600.c 2656 rptr = rdev->wb.wb[ring->rptr_offs/4];

Completed in 168 milliseconds