HomeSort by: relevance | last modified time | path
    Searched refs:nbio_hf_reg (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_sdma_v5_0.c 423 const struct nbio_hdp_flush_reg *nbio_hf_reg = adev->nbio.hdp_flush_reg; local in function:sdma_v5_0_ring_emit_hdp_flush
426 ref_and_mask = nbio_hf_reg->ref_and_mask_sdma0;
428 ref_and_mask = nbio_hf_reg->ref_and_mask_sdma1;
amdgpu_sdma_v4_0.c 857 const struct nbio_hdp_flush_reg *nbio_hf_reg = adev->nbio.hdp_flush_reg; local in function:sdma_v4_0_ring_emit_hdp_flush
859 ref_and_mask = nbio_hf_reg->ref_and_mask_sdma0 << ring->me;
amdgpu_gfx_v10_0.c 4383 const struct nbio_hdp_flush_reg *nbio_hf_reg = adev->nbio.hdp_flush_reg; local in function:gfx_v10_0_ring_emit_hdp_flush
4388 ref_and_mask = nbio_hf_reg->ref_and_mask_cp2 << ring->pipe;
4391 ref_and_mask = nbio_hf_reg->ref_and_mask_cp6 << ring->pipe;
4398 ref_and_mask = nbio_hf_reg->ref_and_mask_cp0;
amdgpu_gfx_v9_0.c 4885 const struct nbio_hdp_flush_reg *nbio_hf_reg = adev->nbio.hdp_flush_reg; local in function:gfx_v9_0_ring_emit_hdp_flush
4890 ref_and_mask = nbio_hf_reg->ref_and_mask_cp2 << ring->pipe;
4893 ref_and_mask = nbio_hf_reg->ref_and_mask_cp6 << ring->pipe;
4900 ref_and_mask = nbio_hf_reg->ref_and_mask_cp0;

Completed in 233 milliseconds