Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_asic.c198 .get_rptr = &r100_gfx_get_rptr,
348 .get_rptr = &r100_gfx_get_rptr,
362 .get_rptr = &r100_gfx_get_rptr,
919 .get_rptr = &r600_gfx_get_rptr,
932 .get_rptr = &r600_dma_get_rptr,
1017 .get_rptr = &uvd_v1_0_get_rptr,
1220 .get_rptr = &uvd_v1_0_get_rptr,
1329 .get_rptr = &r600_gfx_get_rptr,
1342 .get_rptr = &r600_dma_get_rptr,
1644 .get_rptr = &cayman_gfx_get_rptr,
[all …]
H A Dradeon.h1859 u32 (*get_rptr)(struct radeon_device *rdev, struct radeon_ring *ring); member
2801 #define radeon_ring_get_rptr(rdev, r) (rdev)->asic->ring[(r)->idx]->get_rptr((rdev), (r))
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ring.h126 u64 (*get_rptr)(struct amdgpu_ring *ring); member
239 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
H A Damdgpu_vce_v3_0.c903 .get_rptr = vce_v3_0_ring_get_rptr,
927 .get_rptr = vce_v3_0_ring_get_rptr,
H A Damdgpu_uvd_v6_0.c1525 .get_rptr = uvd_v6_0_ring_get_rptr,
1551 .get_rptr = uvd_v6_0_ring_get_rptr,
1580 .get_rptr = uvd_v6_0_enc_ring_get_rptr,
H A Damdgpu_vce_v2_0.c614 .get_rptr = vce_v2_0_ring_get_rptr,
H A Damdgpu_sdma_v4_0.c2256 .get_rptr = sdma_v4_0_ring_get_rptr,
2292 .get_rptr = sdma_v4_0_ring_get_rptr,
2324 .get_rptr = sdma_v4_0_ring_get_rptr,
2356 .get_rptr = sdma_v4_0_ring_get_rptr,
H A Damdgpu_jpeg_v2_5.c581 .get_rptr = jpeg_v2_5_dec_ring_get_rptr,
H A Damdgpu_jpeg_v1_0.c550 .get_rptr = jpeg_v1_0_decode_ring_get_rptr,
H A Damdgpu_uvd_v4_2.c750 .get_rptr = uvd_v4_2_ring_get_rptr,
H A Damdgpu_jpeg_v2_0.c782 .get_rptr = jpeg_v2_0_dec_ring_get_rptr,
H A Damdgpu_uvd_v5_0.c859 .get_rptr = uvd_v5_0_ring_get_rptr,
H A Damdgpu_vcn_v2_0.c1714 .get_rptr = vcn_v2_0_dec_ring_get_rptr,
1745 .get_rptr = vcn_v2_0_enc_ring_get_rptr,
H A Damdgpu_si_dma.c729 .get_rptr = si_dma_ring_get_rptr,
H A Damdgpu_uvd_v7_0.c1785 .get_rptr = uvd_v7_0_ring_get_rptr,
1818 .get_rptr = uvd_v7_0_enc_ring_get_rptr,
H A Damdgpu_vcn_v1_0.c1882 .get_rptr = vcn_v1_0_dec_ring_get_rptr,
1916 .get_rptr = vcn_v1_0_enc_ring_get_rptr,
H A Damdgpu_vcn_v2_5.c1488 .get_rptr = vcn_v2_5_dec_ring_get_rptr,
1588 .get_rptr = vcn_v2_5_enc_ring_get_rptr,
H A Damdgpu_sdma_v2_4.c1146 .get_rptr = sdma_v2_4_ring_get_rptr,
H A Damdgpu_vce_v4_0.c1081 .get_rptr = vce_v4_0_ring_get_rptr,
H A Damdgpu_cik_sdma.c1258 .get_rptr = cik_sdma_ring_get_rptr,
H A Damdgpu_sdma_v3_0.c1584 .get_rptr = sdma_v3_0_ring_get_rptr,
H A Damdgpu_sdma_v5_0.c1595 .get_rptr = sdma_v5_0_ring_get_rptr,
H A Damdgpu_gfx_v6_0.c3496 .get_rptr = gfx_v6_0_ring_get_rptr,
3521 .get_rptr = gfx_v6_0_ring_get_rptr,
H A Damdgpu_gfx_v10_0.c5157 .get_rptr = gfx_v10_0_ring_get_rptr_gfx,
5209 .get_rptr = gfx_v10_0_ring_get_rptr_compute,
5243 .get_rptr = gfx_v10_0_ring_get_rptr_compute,
H A Damdgpu_gfx_v7_0.c5012 .get_rptr = gfx_v7_0_ring_get_rptr,
5044 .get_rptr = gfx_v7_0_ring_get_rptr,

12