Searched refs:fb_end (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | bcm2835.c | 19 ulong fb_base, fb_size, fb_start, fb_end; in bcm2835_video_probe() local 35 fb_end = fb_base + fb_size; in bcm2835_video_probe() 36 fb_end = ALIGN(fb_end, 1 << MMU_SECTION_SHIFT); in bcm2835_video_probe() 37 mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start, in bcm2835_video_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gmc.c | 159 mc->fb_end = mc->vram_end; in amdgpu_gmc_vram_location() 190 size_af = max_mc_address + 1 - ALIGN(mc->fb_end + 1, four_gb); in amdgpu_gmc_gart_location() 237 size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location() 241 ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location() 248 mc->agp_start = ALIGN(mc->fb_end + 1, sixteen_gb); in amdgpu_gmc_agp_location()
|
| H A D | gfxhub_v1_0.c | 93 max((adev->gmc.fb_end >> 18) + 0x1, in gfxhub_v1_0_init_system_aperture_regs() 98 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in gfxhub_v1_0_init_system_aperture_regs()
|
| H A D | mmhub_v1_0.c | 49 adev->gmc.fb_end = top; in mmhub_v1_0_get_fb_location() 107 max((adev->gmc.fb_end >> 18) + 0x1, in mmhub_v1_0_init_system_aperture_regs() 111 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v1_0_init_system_aperture_regs()
|
| H A D | amdgpu_gmc.h | 206 u64 fb_end; member
|
| H A D | mmhub_v9_4.c | 52 adev->gmc.fb_end = top; in mmhub_v9_4_get_fb_location() 136 max(adev->gmc.fb_end, adev->gmc.agp_end) >> 18); in mmhub_v9_4_init_system_aperture_regs()
|