Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_asic.c193 .get_rptr = &r100_gfx_get_rptr,
343 .get_rptr = &r100_gfx_get_rptr,
357 .get_rptr = &r100_gfx_get_rptr,
914 .get_rptr = &r600_gfx_get_rptr,
927 .get_rptr = &r600_dma_get_rptr,
1012 .get_rptr = &uvd_v1_0_get_rptr,
1211 .get_rptr = &uvd_v1_0_get_rptr,
1318 .get_rptr = &r600_gfx_get_rptr,
1331 .get_rptr = &r600_dma_get_rptr,
1628 .get_rptr = &cayman_gfx_get_rptr,
[all …]
/Linux-v5.15/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c435 static uint32_t get_rptr(struct adreno_gpu *adreno_gpu, in get_rptr() function
440 return gpu->funcs->get_rptr(gpu, ring); in get_rptr()
492 if (!spin_until(get_rptr(adreno_gpu, ring) == wptr)) in adreno_idle()
497 gpu->name, ring->id, get_rptr(adreno_gpu, ring), wptr); in adreno_idle()
517 state->ring[i].rptr = get_rptr(adreno_gpu, gpu->rb[i]); in adreno_gpu_state_get()
768 printk("rptr: %d\n", get_rptr(adreno_gpu, ring)); in adreno_dump_info()
802 uint32_t rptr = get_rptr(adreno_gpu, ring); in ring_freewords()
Da2xx_gpu.c489 .get_rptr = a2xx_get_rptr,
Da3xx_gpu.c504 .get_rptr = a3xx_get_rptr,
Da4xx_gpu.c639 .get_rptr = a4xx_get_rptr,
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring.h150 u64 (*get_rptr)(struct amdgpu_ring *ring); member
261 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
Djpeg_v2_5.c590 .get_rptr = jpeg_v2_5_dec_ring_get_rptr,
620 .get_rptr = jpeg_v2_5_dec_ring_get_rptr,
Dvce_v3_0.c922 .get_rptr = vce_v3_0_ring_get_rptr,
946 .get_rptr = vce_v3_0_ring_get_rptr,
Duvd_v6_0.c1556 .get_rptr = uvd_v6_0_ring_get_rptr,
1582 .get_rptr = uvd_v6_0_ring_get_rptr,
1611 .get_rptr = uvd_v6_0_enc_ring_get_rptr,
Djpeg_v3_0.c558 .get_rptr = jpeg_v3_0_dec_ring_get_rptr,
Dvcn_v2_5.c1524 .get_rptr = vcn_v2_5_dec_ring_get_rptr,
1554 .get_rptr = vcn_v2_5_dec_ring_get_rptr,
1654 .get_rptr = vcn_v2_5_enc_ring_get_rptr,
1684 .get_rptr = vcn_v2_5_enc_ring_get_rptr,
Dvce_v2_0.c634 .get_rptr = vce_v2_0_ring_get_rptr,
Dsdma_v4_0.c2423 .get_rptr = sdma_v4_0_ring_get_rptr,
2459 .get_rptr = sdma_v4_0_ring_get_rptr,
2491 .get_rptr = sdma_v4_0_ring_get_rptr,
2523 .get_rptr = sdma_v4_0_ring_get_rptr,
Djpeg_v1_0.c553 .get_rptr = jpeg_v1_0_decode_ring_get_rptr,
Duvd_v3_1.c184 .get_rptr = uvd_v3_1_ring_get_rptr,
Duvd_v4_2.c771 .get_rptr = uvd_v4_2_ring_get_rptr,
Djpeg_v2_0.c782 .get_rptr = jpeg_v2_0_dec_ring_get_rptr,
Duvd_v5_0.c879 .get_rptr = uvd_v5_0_ring_get_rptr,
Dvcn_v3_0.c1818 .get_rptr = vcn_v3_0_dec_ring_get_rptr,
1973 .get_rptr = vcn_v3_0_dec_ring_get_rptr,
2074 .get_rptr = vcn_v3_0_enc_ring_get_rptr,
Dsi_dma.c729 .get_rptr = si_dma_ring_get_rptr,
Dvcn_v1_0.c1907 .get_rptr = vcn_v1_0_dec_ring_get_rptr,
1941 .get_rptr = vcn_v1_0_enc_ring_get_rptr,
Duvd_v7_0.c1811 .get_rptr = uvd_v7_0_ring_get_rptr,
1844 .get_rptr = uvd_v7_0_enc_ring_get_rptr,
Dvcn_v2_0.c2011 .get_rptr = vcn_v2_0_dec_ring_get_rptr,
2042 .get_rptr = vcn_v2_0_enc_ring_get_rptr,
Dmes_v10_1.c79 .get_rptr = mes_v10_1_ring_get_rptr,
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gpu.h71 uint32_t (*get_rptr)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member

12