| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_asic.c | 192 .get_rptr = &r100_gfx_get_rptr, 342 .get_rptr = &r100_gfx_get_rptr, 356 .get_rptr = &r100_gfx_get_rptr, 913 .get_rptr = &r600_gfx_get_rptr, 926 .get_rptr = &r600_dma_get_rptr, 1011 .get_rptr = &uvd_v1_0_get_rptr, 1210 .get_rptr = &uvd_v1_0_get_rptr, 1317 .get_rptr = &r600_gfx_get_rptr, 1330 .get_rptr = &r600_dma_get_rptr, 1627 .get_rptr = &cayman_gfx_get_rptr, [all …]
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_gpu.c | 686 static uint32_t get_rptr(struct adreno_gpu *adreno_gpu, in get_rptr() function 691 return gpu->funcs->get_rptr(gpu, ring); in get_rptr() 743 if (!spin_until(get_rptr(adreno_gpu, ring) == wptr)) in adreno_idle() 748 gpu->name, ring->id, get_rptr(adreno_gpu, ring), wptr); in adreno_idle() 770 state->ring[i].rptr = get_rptr(adreno_gpu, gpu->rb[i]); in adreno_gpu_state_get() 1045 printk("rptr: %d\n", get_rptr(adreno_gpu, ring)); in adreno_dump_info() 1079 uint32_t rptr = get_rptr(adreno_gpu, ring); in ring_freewords()
|
| H A D | a5xx_preempt.c | 68 empty = (get_wptr(ring) == gpu->funcs->get_rptr(gpu, ring)); in get_next_ring()
|
| H A D | a2xx_gpu.c | 559 .get_rptr = a2xx_get_rptr,
|
| H A D | a6xx_gpu.c | 2733 .get_rptr = a6xx_get_rptr, 2765 .get_rptr = a6xx_get_rptr, 2799 .get_rptr = a6xx_get_rptr, 2826 .get_rptr = a6xx_get_rptr,
|
| H A D | a4xx_gpu.c | 726 .get_rptr = a4xx_get_rptr,
|
| H A D | a3xx_gpu.c | 614 .get_rptr = a3xx_get_rptr,
|
| H A D | a5xx_gpu.c | 1805 .get_rptr = a5xx_get_rptr,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 227 u64 (*get_rptr)(struct amdgpu_ring *ring); member 427 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
|
| H A D | amdgpu_cper.c | 537 .get_rptr = amdgpu_cper_ring_get_rptr,
|
| H A D | vcn_v3_0.c | 1860 .get_rptr = vcn_v3_0_dec_ring_get_rptr, 2024 .get_rptr = vcn_v3_0_dec_ring_get_rptr, 2125 .get_rptr = vcn_v3_0_enc_ring_get_rptr,
|
| H A D | amdgpu_vpe.c | 965 .get_rptr = vpe_ring_get_rptr,
|
| H A D | jpeg_v5_0_1.c | 878 .get_rptr = jpeg_v5_0_1_dec_ring_get_rptr,
|
| H A D | vcn_v5_0_1.c | 1333 .get_rptr = vcn_v5_0_1_unified_ring_get_rptr,
|
| H A D | vcn_v4_0_5.c | 1486 .get_rptr = vcn_v4_0_5_unified_ring_get_rptr,
|
| H A D | gfx_v6_0.c | 3458 .get_rptr = gfx_v6_0_ring_get_rptr, 3485 .get_rptr = gfx_v6_0_ring_get_rptr,
|
| H A D | sdma_v6_0.c | 1762 .get_rptr = sdma_v6_0_ring_get_rptr,
|
| H A D | mes_v11_0.c | 106 .get_rptr = mes_v11_0_ring_get_rptr,
|
| H A D | gfx_v12_0.c | 5491 .get_rptr = gfx_v12_0_ring_get_rptr_gfx, 5539 .get_rptr = gfx_v12_0_ring_get_rptr_compute, 5577 .get_rptr = gfx_v12_0_ring_get_rptr_compute,
|
| H A D | vcn_v4_0_3.c | 1631 .get_rptr = vcn_v4_0_3_unified_ring_get_rptr,
|
| H A D | mes_v12_0.c | 87 .get_rptr = mes_v12_0_ring_get_rptr,
|
| H A D | gfx_v7_0.c | 4913 .get_rptr = gfx_v7_0_ring_get_rptr, 4947 .get_rptr = gfx_v7_0_ring_get_rptr,
|
| H A D | vcn_v4_0.c | 1981 .get_rptr = vcn_v4_0_unified_ring_get_rptr,
|
| H A D | gfx_v11_0.c | 7206 .get_rptr = gfx_v11_0_ring_get_rptr_gfx, 7260 .get_rptr = gfx_v11_0_ring_get_rptr_compute, 7301 .get_rptr = gfx_v11_0_ring_get_rptr_compute,
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gpu.h | 85 uint32_t (*get_rptr)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member
|