Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c75 address = adev->nbio_funcs->get_pcie_index_offset(adev); in soc15_pcie_rreg()
76 data = adev->nbio_funcs->get_pcie_data_offset(adev); in soc15_pcie_rreg()
90 address = adev->nbio_funcs->get_pcie_index_offset(adev); in soc15_pcie_wreg()
91 data = adev->nbio_funcs->get_pcie_data_offset(adev); in soc15_pcie_wreg()
203 return adev->nbio_funcs->get_memsize(adev); in soc15_get_config_memsize()
401 u32 memsize = adev->nbio_funcs->get_memsize(adev); in soc15_asic_reset()
469 adev->nbio_funcs->enable_doorbell_aperture(adev, enable); in soc15_enable_doorbell_aperture()
470 adev->nbio_funcs->enable_doorbell_selfring_aperture(adev, enable); in soc15_enable_doorbell_aperture()
499 adev->nbio_funcs = &nbio_v7_0_funcs; in soc15_set_ip_blocks()
501 adev->nbio_funcs = &nbio_v7_0_funcs; in soc15_set_ip_blocks()
[all …]
Dvega10_ih.c98 adev->nbio_funcs->ih_control(adev); in vega10_ih_irq_init()
149 adev->nbio_funcs->ih_doorbell_range(adev, adev->irq.ih.use_doorbell, in vega10_ih_irq_init()
Dsdma_v4_0.c434 const struct nbio_hdp_flush_reg *nbio_hf_reg = adev->nbio_funcs->hdp_flush_reg; in sdma_v4_0_ring_emit_hdp_flush()
442 adev->nbio_funcs->get_hdp_flush_done_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
443 adev->nbio_funcs->get_hdp_flush_req_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
684 adev->nbio_funcs->sdma_doorbell_range(adev, i, ring->use_doorbell, in sdma_v4_0_gfx_resume()
Dgmc_v9_0.c736 adev->nbio_funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v9_0_mc_init()
1041 adev->nbio_funcs->hdp_flush(adev, NULL); in gmc_v9_0_gart_enable()
Dgfx_v9_0.c3904 const struct nbio_hdp_flush_reg *nbio_hf_reg = adev->nbio_funcs->hdp_flush_reg; in gfx_v9_0_ring_emit_hdp_flush()
3924 adev->nbio_funcs->get_hdp_flush_req_offset(adev), in gfx_v9_0_ring_emit_hdp_flush()
3925 adev->nbio_funcs->get_hdp_flush_done_offset(adev), in gfx_v9_0_ring_emit_hdp_flush()
Damdgpu.h1526 const struct amdgpu_nbio_funcs *nbio_funcs; member