/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_sdma_v5_0.c | 306 u32 lowbit, highbit; local in function:sdma_v5_0_ring_get_wptr 309 lowbit = RREG32(sdma_v5_0_get_reg_offset(adev, ring->me, mmSDMA0_GFX_RB_WPTR)) >> 2; 313 ring->me, highbit, lowbit); 316 *wptr |= lowbit;
|
amdgpu_sdma_v5_0.c | 306 u32 lowbit, highbit; local in function:sdma_v5_0_ring_get_wptr 309 lowbit = RREG32(sdma_v5_0_get_reg_offset(adev, ring->me, mmSDMA0_GFX_RB_WPTR)) >> 2; 313 ring->me, highbit, lowbit); 316 *wptr |= lowbit;
|