Searched refs:pt_base (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dgfxhub_v1_0.c56 uint64_t pt_base; local
59 pt_base = amdgpu_gmc_pd_addr(adev->gmc.pdb0_bo);
61 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo);
63 gfxhub_v1_0_setup_vm_pt_regs(adev, 0, pt_base);
H A Dgfxhub_v3_0_3.c138 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
140 gfxhub_v3_0_3_setup_vm_pt_regs(adev, 0, pt_base);
H A Dgfxhub_v2_0.c136 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
138 gfxhub_v2_0_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v1_8.c78 uint64_t pt_base; local
83 pt_base = amdgpu_gmc_pd_addr(adev->gmc.pdb0_bo);
85 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo);
87 mmhub_v1_8_setup_vm_pt_regs(adev, 0, pt_base);
H A Dgfxhub_v1_2.c77 uint64_t pt_base; local
81 pt_base = amdgpu_gmc_pd_addr(adev->gmc.pdb0_bo);
83 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo);
85 gfxhub_v1_2_xcc_setup_vm_pt_regs(adev, 0, pt_base, xcc_mask);
H A Dgfxhub_v3_0.c135 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
137 gfxhub_v3_0_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v2_0.c203 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
205 mmhub_v2_0_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v2_3.c135 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
137 mmhub_v2_3_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v3_0.c152 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
154 mmhub_v3_0_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v3_0_1.c154 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
156 mmhub_v3_0_1_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v3_0_2.c145 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
147 mmhub_v3_0_2_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v1_7.c68 uint64_t pt_base; local
71 pt_base = amdgpu_gmc_pd_addr(adev->gmc.pdb0_bo);
73 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo);
75 mmhub_v1_7_setup_vm_pt_regs(adev, 0, pt_base);
H A Dgfxhub_v2_1.c139 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
141 gfxhub_v2_1_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v1_0.c70 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
72 mmhub_v1_0_setup_vm_pt_regs(adev, 0, pt_base);
H A Dmmhub_v9_4.c77 uint64_t pt_base = amdgpu_gmc_pd_addr(adev->gart.bo); local
79 mmhub_v9_4_setup_hubid_vm_pt_regs(adev, hubid, 0, pt_base);
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1235 u64 pt_base; local
1278 pt_base = amdgpu_gmc_pd_addr(adev->gart.bo);
1288 page_table_base.high_part = upper_32_bits(pt_base);
1289 page_table_base.low_part = lower_32_bits(pt_base);

Completed in 128 milliseconds