Home
last modified time | relevance | path

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

/Linux-v4.19/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.h1816 u32 (*get_rptr)(struct radeon_device *rdev, struct radeon_ring *ring); member
2730 #define radeon_ring_get_rptr(rdev, r) (rdev)->asic->ring[(r)->idx]->get_rptr((rdev), (r))
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c252 static uint32_t get_rptr(struct adreno_gpu *adreno_gpu, in get_rptr() function
372 if (!spin_until(get_rptr(adreno_gpu, ring) == wptr)) in adreno_idle()
377 gpu->name, ring->id, get_rptr(adreno_gpu, ring), wptr); in adreno_idle()
397 state->ring[i].rptr = get_rptr(adreno_gpu, gpu->rb[i]); in adreno_gpu_state_get()
587 printk("rptr: %d\n", get_rptr(adreno_gpu, ring)); in adreno_dump_info()
618 uint32_t rptr = get_rptr(adreno_gpu, ring); in ring_freewords()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring.h121 u64 (*get_rptr)(struct amdgpu_ring *ring); member
Dvce_v3_0.c899 .get_rptr = vce_v3_0_ring_get_rptr,
922 .get_rptr = vce_v3_0_ring_get_rptr,
Duvd_v6_0.c1531 .get_rptr = uvd_v6_0_ring_get_rptr,
1556 .get_rptr = uvd_v6_0_ring_get_rptr,
1584 .get_rptr = uvd_v6_0_enc_ring_get_rptr,
Dvcn_v1_0.c1660 .get_rptr = vcn_v1_0_dec_ring_get_rptr,
1693 .get_rptr = vcn_v1_0_enc_ring_get_rptr,
1725 .get_rptr = vcn_v1_0_jpeg_ring_get_rptr,
Dvce_v2_0.c612 .get_rptr = vce_v2_0_ring_get_rptr,
Duvd_v4_2.c753 .get_rptr = uvd_v4_2_ring_get_rptr,
Duvd_v5_0.c862 .get_rptr = uvd_v5_0_ring_get_rptr,
Dsi_dma.c756 .get_rptr = si_dma_ring_get_rptr,
Duvd_v7_0.c1774 .get_rptr = uvd_v7_0_ring_get_rptr,
1806 .get_rptr = uvd_v7_0_enc_ring_get_rptr,
Dvce_v4_0.c1069 .get_rptr = vce_v4_0_ring_get_rptr,
Dcik_sdma.c1265 .get_rptr = cik_sdma_ring_get_rptr,
Dsdma_v2_4.c1190 .get_rptr = sdma_v2_4_ring_get_rptr,
Dsdma_v3_0.c1630 .get_rptr = sdma_v3_0_ring_get_rptr,
Dsdma_v4_0.c1627 .get_rptr = sdma_v4_0_ring_get_rptr,
Dgfx_v9_0.c4642 .get_rptr = gfx_v9_0_ring_get_rptr_gfx,
4692 .get_rptr = gfx_v9_0_ring_get_rptr_compute,
4727 .get_rptr = gfx_v9_0_ring_get_rptr_compute,
Dgfx_v6_0.c3483 .get_rptr = gfx_v6_0_ring_get_rptr,
3508 .get_rptr = gfx_v6_0_ring_get_rptr,
Damdgpu.h1716 #define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
Dgfx_v7_0.c5067 .get_rptr = gfx_v7_0_ring_get_rptr,
5098 .get_rptr = gfx_v7_0_ring_get_rptr,
Dgfx_v8_0.c7150 .get_rptr = gfx_v8_0_ring_get_rptr,
7194 .get_rptr = gfx_v8_0_ring_get_rptr,
7224 .get_rptr = gfx_v8_0_ring_get_rptr,