Home
last modified time | relevance | path

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

12

/openbmc/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 …]
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c584 static uint32_t get_rptr(struct adreno_gpu *adreno_gpu, in get_rptr() function
589 return gpu->funcs->get_rptr(gpu, ring); in get_rptr()
641 if (!spin_until(get_rptr(adreno_gpu, ring) == wptr)) in adreno_idle()
646 gpu->name, ring->id, get_rptr(adreno_gpu, ring), wptr); in adreno_idle()
668 state->ring[i].rptr = get_rptr(adreno_gpu, gpu->rb[i]); in adreno_gpu_state_get()
923 printk("rptr: %d\n", get_rptr(adreno_gpu, ring)); in adreno_dump_info()
957 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.c508 .get_rptr = a2xx_get_rptr,
H A Da3xx_gpu.c515 .get_rptr = a3xx_get_rptr,
H A Da4xx_gpu.c649 .get_rptr = a4xx_get_rptr,
H A Da6xx_gpu.c2275 .get_rptr = a6xx_get_rptr,
2304 .get_rptr = a6xx_get_rptr,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h172 u64 (*get_rptr)(struct amdgpu_ring *ring); member
309 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
H A Djpeg_v2_5.c660 .get_rptr = jpeg_v2_5_dec_ring_get_rptr,
689 .get_rptr = jpeg_v2_5_dec_ring_get_rptr,
H A Dvce_v3_0.c926 .get_rptr = vce_v3_0_ring_get_rptr,
950 .get_rptr = vce_v3_0_ring_get_rptr,
H A Duvd_v6_0.c1549 .get_rptr = uvd_v6_0_ring_get_rptr,
1575 .get_rptr = uvd_v6_0_ring_get_rptr,
1604 .get_rptr = uvd_v6_0_enc_ring_get_rptr,
H A Djpeg_v3_0.c565 .get_rptr = jpeg_v3_0_dec_ring_get_rptr,
H A Dvce_v2_0.c639 .get_rptr = vce_v2_0_ring_get_rptr,
H A Duvd_v3_1.c184 .get_rptr = uvd_v3_1_ring_get_rptr,
H A Duvd_v4_2.c773 .get_rptr = uvd_v4_2_ring_get_rptr,
H A Djpeg_v1_0.c561 .get_rptr = jpeg_v1_0_decode_ring_get_rptr,
H A Djpeg_v2_0.c767 .get_rptr = jpeg_v2_0_dec_ring_get_rptr,
H A Duvd_v5_0.c881 .get_rptr = uvd_v5_0_ring_get_rptr,
H A Djpeg_v4_0.c725 .get_rptr = jpeg_v4_0_dec_ring_get_rptr,
H A Dvcn_v3_0.c1741 .get_rptr = vcn_v3_0_dec_ring_get_rptr,
1901 .get_rptr = vcn_v3_0_dec_ring_get_rptr,
2001 .get_rptr = vcn_v3_0_enc_ring_get_rptr,
H A Dsi_dma.c723 .get_rptr = si_dma_ring_get_rptr,
H A Duvd_v7_0.c1807 .get_rptr = uvd_v7_0_ring_get_rptr,
1839 .get_rptr = uvd_v7_0_enc_ring_get_rptr,
H A Dvcn_v2_0.c2017 .get_rptr = vcn_v2_0_dec_ring_get_rptr,
2047 .get_rptr = vcn_v2_0_enc_ring_get_rptr,
H A Dvcn_v1_0.c1982 .get_rptr = vcn_v1_0_dec_ring_get_rptr,
2016 .get_rptr = vcn_v1_0_enc_ring_get_rptr,
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.h85 uint32_t (*get_rptr)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member

12