Home
last modified time | relevance | path

Searched refs:mmVCE_RB_RPTR2 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/include/asic_reg/vce/
H A Dvce_2_0_d.h39 #define mmVCE_RB_RPTR2 0x805e macro
H A Dvce_3_0_d.h39 #define mmVCE_RB_RPTR2 0x805e macro
H A Dvce_4_0_offset.h76 #define mmVCE_RB_RPTR2 … macro
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvce_v2_0.c67 return RREG32(mmVCE_RB_RPTR2); in vce_v2_0_ring_get_rptr()
256 WREG32(mmVCE_RB_RPTR2, lower_32_bits(ring->wptr)); in vce_v2_0_start()
H A Dvce_v1_0.c80 return RREG32(mmVCE_RB_RPTR2); in vce_v1_0_ring_get_rptr()
406 WREG32(mmVCE_RB_RPTR2, lower_32_bits(ring->wptr)); in vce_v1_0_start()
H A Dvce_v3_0.c92 v = RREG32(mmVCE_RB_RPTR2); in vce_v3_0_ring_get_rptr()
288 WREG32(mmVCE_RB_RPTR2, lower_32_bits(ring->wptr)); in vce_v3_0_start()