rptr_offs          76 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c 		unsigned wptr_offs, rptr_offs;
rptr_offs          82 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c 		r = amdgpu_device_wb_get(adev, &rptr_offs);
rptr_offs          93 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c 			amdgpu_device_wb_free(adev, rptr_offs);
rptr_offs         100 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c 		ih->rptr_addr = adev->wb.gpu_addr + rptr_offs * 4;
rptr_offs         101 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c 		ih->rptr_cpu = &adev->wb.wb[rptr_offs];
rptr_offs         267 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 	r = amdgpu_device_wb_get(adev, &ring->rptr_offs);
rptr_offs         360 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 	amdgpu_device_wb_free(ring->adev, ring->rptr_offs);
rptr_offs         186 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 	unsigned		rptr_offs;
rptr_offs         167 drivers/gpu/drm/amd/amdgpu/cik_sdma.c 	rptr = ring->adev->wb.wb[ring->rptr_offs];
rptr_offs         442 drivers/gpu/drm/amd/amdgpu/cik_sdma.c 		wb_offset = (ring->rptr_offs * 4);
rptr_offs        2845 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        2881 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        3063 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        3342 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        4360 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	return ring->adev->wb.wb[ring->rptr_offs]; /* gfx10 is 32bit rptr*/
rptr_offs        4395 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	return ring->adev->wb.wb[ring->rptr_offs]; /* gfx10 hardware is 32bit rptr */
rptr_offs        2124 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        2146 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	return ring->adev->wb.wb[ring->rptr_offs];
rptr_offs        2210 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        2229 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        2635 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        2660 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	return ring->adev->wb.wb[ring->rptr_offs];
rptr_offs        2994 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        4322 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        4524 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        6043 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	return ring->adev->wb.wb[ring->rptr_offs];
rptr_offs        3228 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        3503 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        4949 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	return ring->adev->wb.wb[ring->rptr_offs]; /* gfx9 is 32bit rptr*/
rptr_offs        5139 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	return ring->adev->wb.wb[ring->rptr_offs]; /* gfx9 hardware is 32bit rptr */
rptr_offs         197 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c 	return ring->adev->wb.wb[ring->rptr_offs] >> 2;
rptr_offs         420 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c 		wb_offset = (ring->rptr_offs * 4);
rptr_offs         353 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 	return ring->adev->wb.wb[ring->rptr_offs] >> 2;
rptr_offs         658 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 		wb_offset = (ring->rptr_offs * 4);
rptr_offs         546 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	rptr = ((u64 *)&ring->adev->wb.wb[ring->rptr_offs]);
rptr_offs         992 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	wb_offset = (ring->rptr_offs * 4);
rptr_offs        1082 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	wb_offset = (ring->rptr_offs * 4);
rptr_offs         273 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c 	rptr = ((u64 *)&ring->adev->wb.wb[ring->rptr_offs]);
rptr_offs         636 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c 		wb_offset = (ring->rptr_offs * 4);
rptr_offs          43 drivers/gpu/drm/amd/amdgpu/si_dma.c 	return ring->adev->wb.wb[ring->rptr_offs>>2];
rptr_offs         156 drivers/gpu/drm/amd/amdgpu/si_dma.c 		rptr_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
rptr_offs        4133 drivers/gpu/drm/radeon/cik.c 		rptr = rdev->wb.wb[ring->rptr_offs/4];
rptr_offs        4159 drivers/gpu/drm/radeon/cik.c 		rptr = rdev->wb.wb[ring->rptr_offs/4];
rptr_offs          69 drivers/gpu/drm/radeon/cik_sdma.c 		rptr = rdev->wb.wb[ring->rptr_offs/4];
rptr_offs        1480 drivers/gpu/drm/radeon/ni.c 		rptr = rdev->wb.wb[ring->rptr_offs/4];
rptr_offs          59 drivers/gpu/drm/radeon/ni_dma.c 		rptr = rdev->wb.wb[ring->rptr_offs/4];
rptr_offs        1068 drivers/gpu/drm/radeon/r100.c 		rptr = le32_to_cpu(rdev->wb.wb[ring->rptr_offs/4]);
rptr_offs        2623 drivers/gpu/drm/radeon/r600.c 		rptr = rdev->wb.wb[ring->rptr_offs/4];
rptr_offs          57 drivers/gpu/drm/radeon/r600_dma.c 		rptr = rdev->wb.wb[ring->rptr_offs/4];
rptr_offs         836 drivers/gpu/drm/radeon/radeon.h 	unsigned		rptr_offs;
rptr_offs        1035 drivers/gpu/drm/radeon/radeon.h 		     unsigned rptr_offs, u32 nop);
rptr_offs         380 drivers/gpu/drm/radeon/radeon_ring.c 		     unsigned rptr_offs, u32 nop)
rptr_offs         385 drivers/gpu/drm/radeon/radeon_ring.c 	ring->rptr_offs = rptr_offs;