Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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,
1627 .get_rptr = &cayman_gfx_get_rptr,
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c422 static uint32_t get_rptr(struct adreno_gpu *adreno_gpu, in get_rptr() function
427 return gpu->funcs->get_rptr(gpu, ring); in get_rptr()
479 if (!spin_until(get_rptr(adreno_gpu, ring) == wptr)) in adreno_idle()
484 gpu->name, ring->id, get_rptr(adreno_gpu, ring), wptr); in adreno_idle()
504 state->ring[i].rptr = get_rptr(adreno_gpu, gpu->rb[i]); in adreno_gpu_state_get()
740 printk("rptr: %d\n", get_rptr(adreno_gpu, ring)); in adreno_dump_info()
774 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,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring.h146 u64 (*get_rptr)(struct amdgpu_ring *ring); member
260 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
Dvce_v3_0.c899 .get_rptr = vce_v3_0_ring_get_rptr,
923 .get_rptr = vce_v3_0_ring_get_rptr,
Duvd_v6_0.c1523 .get_rptr = uvd_v6_0_ring_get_rptr,
1549 .get_rptr = uvd_v6_0_ring_get_rptr,
1578 .get_rptr = uvd_v6_0_enc_ring_get_rptr,
Djpeg_v3_0.c555 .get_rptr = jpeg_v3_0_dec_ring_get_rptr,
Dvce_v2_0.c610 .get_rptr = vce_v2_0_ring_get_rptr,
Djpeg_v2_5.c570 .get_rptr = jpeg_v2_5_dec_ring_get_rptr,
Dsdma_v4_0.c2303 .get_rptr = sdma_v4_0_ring_get_rptr,
2339 .get_rptr = sdma_v4_0_ring_get_rptr,
2371 .get_rptr = sdma_v4_0_ring_get_rptr,
2403 .get_rptr = sdma_v4_0_ring_get_rptr,
Duvd_v3_1.c180 .get_rptr = uvd_v3_1_ring_get_rptr,
Duvd_v4_2.c743 .get_rptr = uvd_v4_2_ring_get_rptr,
Djpeg_v1_0.c548 .get_rptr = jpeg_v1_0_decode_ring_get_rptr,
Djpeg_v2_0.c778 .get_rptr = jpeg_v2_0_dec_ring_get_rptr,
Duvd_v5_0.c852 .get_rptr = uvd_v5_0_ring_get_rptr,
Dsi_dma.c725 .get_rptr = si_dma_ring_get_rptr,
Duvd_v7_0.c1778 .get_rptr = uvd_v7_0_ring_get_rptr,
1811 .get_rptr = uvd_v7_0_enc_ring_get_rptr,
Dvcn_v1_0.c1904 .get_rptr = vcn_v1_0_dec_ring_get_rptr,
1938 .get_rptr = vcn_v1_0_enc_ring_get_rptr,
Dvcn_v2_0.c2008 .get_rptr = vcn_v2_0_dec_ring_get_rptr,
2039 .get_rptr = vcn_v2_0_enc_ring_get_rptr,
Dvcn_v2_5.c1529 .get_rptr = vcn_v2_5_dec_ring_get_rptr,
1629 .get_rptr = vcn_v2_5_enc_ring_get_rptr,
Dmes_v10_1.c79 .get_rptr = mes_v10_1_ring_get_rptr,
Dvcn_v3_0.c1658 .get_rptr = vcn_v3_0_dec_ring_get_rptr,
1758 .get_rptr = vcn_v3_0_enc_ring_get_rptr,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_gpu.h71 uint32_t (*get_rptr)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member

12