Home
last modified time | relevance | path

Searched refs:fb_end (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c233 mc->fb_end = mc->vram_end; in amdgpu_gmc_vram_location()
274 mc->fb_end = hive_vram_end; in amdgpu_gmc_sysvm_location()
305 size_af = max_mc_address + 1 - ALIGN(mc->fb_end + 1, four_gb); in amdgpu_gmc_gart_location()
320 mc->gart_start = ALIGN(mc->fb_end, four_gb); in amdgpu_gmc_gart_location()
358 size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
362 ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
369 mc->agp_start = ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
H A Dgfxhub_v1_0.c117 max((adev->gmc.fb_end >> 18) + 0x1, in gfxhub_v1_0_init_system_aperture_regs()
122 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v1_0_init_system_aperture_regs()
H A Dmmhub_v1_0.c49 adev->gmc.fb_end = top; in mmhub_v1_0_get_fb_location()
109 max((adev->gmc.fb_end >> 18) + 0x1, in mmhub_v1_0_init_system_aperture_regs()
113 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v1_0_init_system_aperture_regs()
H A Dgfxhub_v1_2.c156 max((adev->gmc.fb_end >> 18) + 0x1, in gfxhub_v1_2_xcc_init_system_aperture_regs()
161 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v1_2_xcc_init_system_aperture_regs()
H A Dgfxhub_v12_1.c216 lower_32_bits(max(adev->gmc.fb_end, in gfxhub_v12_1_xcc_init_system_aperture_regs()
220 upper_32_bits(max(adev->gmc.fb_end, in gfxhub_v12_1_xcc_init_system_aperture_regs()
H A Damdgpu_gmc.h278 u64 fb_end; member
H A Dmmhub_v4_2_0.c293 lower_32_bits(max(adev->gmc.fb_end, in mmhub_v4_2_0_mid_init_system_aperture_regs()
297 upper_32_bits(max(adev->gmc.fb_end, in mmhub_v4_2_0_mid_init_system_aperture_regs()
H A Dgfxhub_v3_0_3.c169 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v3_0_3_init_system_aperture_regs()
H A Dgfxhub_v2_0.c165 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v2_0_init_system_aperture_regs()
H A Dmmhub_v3_0_2.c179 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v3_0_2_init_system_aperture_regs()
H A Dgfxhub_v12_0.c171 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v12_0_init_system_aperture_regs()
H A Dgfxhub_v3_0.c164 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v3_0_init_system_aperture_regs()
H A Dgfxhub_v11_5_0.c168 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v11_5_0_init_system_aperture_regs()
H A Dmmhub_v3_0_1.c186 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v3_0_1_init_system_aperture_regs()
H A Dmmhub_v3_0.c181 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v3_0_init_system_aperture_regs()
H A Dmmhub_v2_0.c218 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v2_0_init_system_aperture_regs()
H A Dmmhub_v2_3.c155 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v2_3_init_system_aperture_regs()
H A Dmmhub_v4_1_0.c174 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v4_1_0_init_system_aperture_regs()
H A Dgfxhub_v2_1.c170 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v2_1_init_system_aperture_regs()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1492 logical_addr_high = (adev->gmc.fb_end >> 18) + 0x1; in mmhub_read_system_context()
1494 logical_addr_high = adev->gmc.fb_end >> 18; in mmhub_read_system_context()
1506 logical_addr_high = max((adev->gmc.fb_end >> 18) + 0x1, adev->gmc.agp_end >> 18); in mmhub_read_system_context()
1508 logical_addr_high = max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18; in mmhub_read_system_context()
1533 pa_config->system_aperture.fb_top = adev->gmc.fb_end; in mmhub_read_system_context()