Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_asic.c191 .get_rptr = &r100_gfx_get_rptr,
341 .get_rptr = &r100_gfx_get_rptr,
355 .get_rptr = &r100_gfx_get_rptr,
912 .get_rptr = &r600_gfx_get_rptr,
925 .get_rptr = &r600_dma_get_rptr,
1010 .get_rptr = &uvd_v1_0_get_rptr,
1209 .get_rptr = &uvd_v1_0_get_rptr,
1316 .get_rptr = &r600_gfx_get_rptr,
1329 .get_rptr = &r600_dma_get_rptr,
1625 .get_rptr = &cayman_gfx_get_rptr,
[all …]
Dradeon.h1818 u32 (*get_rptr)(struct radeon_device *rdev, struct radeon_ring *ring); member
2735 #define radeon_ring_get_rptr(rdev, r) (rdev)->asic->ring[(r)->idx]->get_rptr((rdev), (r))
/drivers/gpu/drm/amd/amdgpu/
Dvce_v2_0.c636 .get_rptr = vce_v2_0_ring_get_rptr,
Dvce_v3_0.c652 .get_rptr = vce_v3_0_ring_get_rptr,
Duvd_v5_0.c818 .get_rptr = uvd_v5_0_ring_get_rptr,
Duvd_v6_0.c802 .get_rptr = uvd_v6_0_ring_get_rptr,
Duvd_v4_2.c879 .get_rptr = uvd_v4_2_ring_get_rptr,
Damdgpu.h325 u32 (*get_rptr)(struct amdgpu_ring *ring); member
2250 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
Dcik_sdma.c1294 .get_rptr = cik_sdma_ring_get_rptr,
Dsdma_v2_4.c1299 .get_rptr = sdma_v2_4_ring_get_rptr,
Dsdma_v3_0.c1460 .get_rptr = sdma_v3_0_ring_get_rptr,
Dgfx_v7_0.c5533 .get_rptr = gfx_v7_0_ring_get_rptr_gfx,
5549 .get_rptr = gfx_v7_0_ring_get_rptr_compute,
Dgfx_v8_0.c5015 .get_rptr = gfx_v8_0_ring_get_rptr_gfx,
5031 .get_rptr = gfx_v8_0_ring_get_rptr_compute,