/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
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, 1655 .get_rptr = &uvd_v1_0_get_rptr, [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/msm/adreno/ |
A D | adreno_gpu.c | 538 static uint32_t get_rptr(struct adreno_gpu *adreno_gpu, in get_rptr() function 543 return gpu->funcs->get_rptr(gpu, ring); in get_rptr() 595 if (!spin_until(get_rptr(adreno_gpu, ring) == wptr)) in adreno_idle() 600 gpu->name, ring->id, get_rptr(adreno_gpu, ring), wptr); in adreno_idle() 622 state->ring[i].rptr = get_rptr(adreno_gpu, gpu->rb[i]); in adreno_gpu_state_get() 879 printk("rptr: %d\n", get_rptr(adreno_gpu, ring)); in adreno_dump_info() 913 uint32_t rptr = get_rptr(adreno_gpu, ring); in ring_freewords()
|
A D | a5xx_preempt.c | 66 empty = (get_wptr(ring) == gpu->funcs->get_rptr(gpu, ring)); in get_next_ring()
|
A D | a2xx_gpu.c | 508 .get_rptr = a2xx_get_rptr,
|
A D | a3xx_gpu.c | 504 .get_rptr = a3xx_get_rptr,
|
A D | a4xx_gpu.c | 638 .get_rptr = a4xx_get_rptr,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ring.h | 171 u64 (*get_rptr)(struct amdgpu_ring *ring); member 299 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
|
A D | jpeg_v2_5.c | 645 .get_rptr = jpeg_v2_5_dec_ring_get_rptr, 675 .get_rptr = jpeg_v2_5_dec_ring_get_rptr,
|
A D | vce_v3_0.c | 926 .get_rptr = vce_v3_0_ring_get_rptr, 950 .get_rptr = vce_v3_0_ring_get_rptr,
|
A D | uvd_v6_0.c | 1549 .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,
|
A D | jpeg_v3_0.c | 563 .get_rptr = jpeg_v3_0_dec_ring_get_rptr,
|
A D | vcn_v2_5.c | 1562 .get_rptr = vcn_v2_5_dec_ring_get_rptr, 1593 .get_rptr = vcn_v2_5_dec_ring_get_rptr, 1693 .get_rptr = vcn_v2_5_enc_ring_get_rptr, 1723 .get_rptr = vcn_v2_5_enc_ring_get_rptr,
|
A D | jpeg_v4_0.c | 581 .get_rptr = jpeg_v4_0_dec_ring_get_rptr,
|
A D | vce_v2_0.c | 639 .get_rptr = vce_v2_0_ring_get_rptr,
|
A D | sdma_v4_0.c | 2298 .get_rptr = sdma_v4_0_ring_get_rptr, 2335 .get_rptr = sdma_v4_0_ring_get_rptr, 2368 .get_rptr = sdma_v4_0_ring_get_rptr, 2401 .get_rptr = sdma_v4_0_ring_get_rptr,
|
A D | jpeg_v1_0.c | 553 .get_rptr = jpeg_v1_0_decode_ring_get_rptr,
|
A D | uvd_v3_1.c | 184 .get_rptr = uvd_v3_1_ring_get_rptr,
|
A D | uvd_v4_2.c | 773 .get_rptr = uvd_v4_2_ring_get_rptr,
|
A D | jpeg_v2_0.c | 766 .get_rptr = jpeg_v2_0_dec_ring_get_rptr,
|
A D | uvd_v5_0.c | 881 .get_rptr = uvd_v5_0_ring_get_rptr,
|
A D | vcn_v3_0.c | 1742 .get_rptr = vcn_v3_0_dec_ring_get_rptr, 1903 .get_rptr = vcn_v3_0_dec_ring_get_rptr, 2004 .get_rptr = vcn_v3_0_enc_ring_get_rptr,
|
A D | si_dma.c | 725 .get_rptr = si_dma_ring_get_rptr,
|
A D | uvd_v7_0.c | 1806 .get_rptr = uvd_v7_0_ring_get_rptr, 1839 .get_rptr = uvd_v7_0_enc_ring_get_rptr,
|
A D | vcn_v1_0.c | 1981 .get_rptr = vcn_v1_0_dec_ring_get_rptr, 2016 .get_rptr = vcn_v1_0_enc_ring_get_rptr,
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_gpu.h | 80 uint32_t (*get_rptr)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member
|