Home
last modified time | relevance | path

Searched refs:get_rptr (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_asic.c192 .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 Dadreno_gpu.c686 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 Da5xx_preempt.c68 empty = (get_wptr(ring) == gpu->funcs->get_rptr(gpu, ring)); in get_next_ring()
H A Da2xx_gpu.c559 .get_rptr = a2xx_get_rptr,
H A Da6xx_gpu.c2733 .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 Da4xx_gpu.c726 .get_rptr = a4xx_get_rptr,
H A Da3xx_gpu.c614 .get_rptr = a3xx_get_rptr,
H A Da5xx_gpu.c1805 .get_rptr = a5xx_get_rptr,
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h227 u64 (*get_rptr)(struct amdgpu_ring *ring); member
427 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
H A Damdgpu_cper.c537 .get_rptr = amdgpu_cper_ring_get_rptr,
H A Dvcn_v3_0.c1860 .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 Damdgpu_vpe.c965 .get_rptr = vpe_ring_get_rptr,
H A Djpeg_v5_0_1.c878 .get_rptr = jpeg_v5_0_1_dec_ring_get_rptr,
H A Dvcn_v5_0_1.c1333 .get_rptr = vcn_v5_0_1_unified_ring_get_rptr,
H A Dvcn_v4_0_5.c1486 .get_rptr = vcn_v4_0_5_unified_ring_get_rptr,
H A Dgfx_v6_0.c3458 .get_rptr = gfx_v6_0_ring_get_rptr,
3485 .get_rptr = gfx_v6_0_ring_get_rptr,
H A Dsdma_v6_0.c1762 .get_rptr = sdma_v6_0_ring_get_rptr,
H A Dmes_v11_0.c106 .get_rptr = mes_v11_0_ring_get_rptr,
H A Dgfx_v12_0.c5491 .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 Dvcn_v4_0_3.c1631 .get_rptr = vcn_v4_0_3_unified_ring_get_rptr,
H A Dmes_v12_0.c87 .get_rptr = mes_v12_0_ring_get_rptr,
H A Dgfx_v7_0.c4913 .get_rptr = gfx_v7_0_ring_get_rptr,
4947 .get_rptr = gfx_v7_0_ring_get_rptr,
H A Dvcn_v4_0.c1981 .get_rptr = vcn_v4_0_unified_ring_get_rptr,
H A Dgfx_v11_0.c7206 .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 Dmsm_gpu.h85 uint32_t (*get_rptr)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member