Searched refs:gfxhub (Results 1 – 7 of 7) sorted by relevance
697 adev->gfxhub.funcs = &gfxhub_v2_1_funcs; in gmc_v10_0_set_gfxhub_funcs()700 adev->gfxhub.funcs = &gfxhub_v2_0_funcs; in gmc_v10_0_set_gfxhub_funcs()747 base = adev->gfxhub.funcs->get_fb_location(adev); in gmc_v10_0_vram_gtt_location()757 adev->vm_manager.vram_base_offset = adev->gfxhub.funcs->get_mc_fb_offset(adev); in gmc_v10_0_vram_gtt_location()792 adev->gmc.aper_base = adev->gfxhub.funcs->get_mc_fb_offset(adev); in gmc_v10_0_mc_init()853 adev->gfxhub.funcs->init(adev); in gmc_v10_0_sw_init()932 r = adev->gfxhub.funcs->get_xgmi_info(adev); in gmc_v10_0_sw_init()1028 r = adev->gfxhub.funcs->gart_enable(adev); in gmc_v10_0_gart_enable()1044 adev->gfxhub.funcs->set_fault_enable_default(adev, value); in gmc_v10_0_gart_enable()1070 if (adev->gfxhub.funcs && adev->gfxhub.funcs->utcl2_harvest) in gmc_v10_0_hw_init()[all …]
1226 adev->gfxhub.funcs = &gfxhub_v1_0_funcs; in gmc_v9_0_set_gfxhub_funcs()1331 adev->vm_manager.vram_base_offset = adev->gfxhub.funcs->get_mc_fb_offset(adev); in gmc_v9_0_vram_gtt_location()1382 adev->gfxhub.funcs->get_mc_fb_offset(adev) + in gmc_v9_0_mc_init()1476 adev->gfxhub.funcs->init(adev); in gmc_v9_0_sw_init()1594 r = adev->gfxhub.funcs->get_xgmi_info(adev); in gmc_v9_0_sw_init()1715 r = adev->gfxhub.funcs->gart_enable(adev); in gmc_v9_0_gart_enable()1765 adev->gfxhub.funcs->set_fault_enable_default(adev, value); in gmc_v9_0_hw_init()1788 adev->gfxhub.funcs->gart_disable(adev); in gmc_v9_0_gart_disable()
245 adev->gfxhub.funcs->init(adev); in aldebaran_mode2_restore_ip()246 r = adev->gfxhub.funcs->gart_enable(adev); in aldebaran_mode2_restore_ip()
757 adev->gfxhub.funcs->setup_vm_pt_regs(adev, vmid, page_table_base); in set_vm_context_page_table_base()
709 adev->gfxhub.funcs->setup_vm_pt_regs(adev, vmid, page_table_base); in kgd_gfx_v9_set_vm_context_page_table_base()
661 adev->gfxhub.funcs->setup_vm_pt_regs(adev, vmid, page_table_base); in set_vm_context_page_table_base_v10_3()
968 struct amdgpu_gfxhub gfxhub; member