Searched refs:agp_base (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r520.c | 155 WREG32_MC(R_000006_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r520_mc_program() 157 S_000007_AGP_BASE_ADDR_2(upper_32_bits(rdev->mc.agp_base))); in r520_mc_program()
|
| H A D | radeon_agp.c | 337 rdev->mc.agp_base = rdev->agp->agp_info.aper_base; in radeon_agp_init() 339 rdev->mc.gtt_start = rdev->mc.agp_base; in radeon_agp_init()
|
| H A D | rv515.c | 462 WREG32_MC(R_000003_MC_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in rv515_mc_program() 464 S_000004_AGP_BASE_ADDR_2(upper_32_bits(rdev->mc.agp_base))); in rv515_mc_program()
|
| H A D | r300.c | 1339 WREG32(R_000170_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r300_mc_program() 1341 upper_32_bits(rdev->mc.agp_base) & 0xff); in r300_mc_program()
|
| H A D | radeon_ttm.c | 270 rdev->mc.agp_base; in radeon_ttm_io_mem_reserve()
|
| H A D | rv770.c | 1061 WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); in rv770_mc_program()
|
| H A D | r100.c | 3866 WREG32(R_000170_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r100_mc_program() 3869 upper_32_bits(rdev->mc.agp_base) & 0xff); in r100_mc_program()
|
| H A D | r600.c | 1353 WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); in r600_mc_program()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
| H A D | dcn21_hwseq.c | 77 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; in dcn21_init_sys_ctx()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | radeon_base.c | 2024 u32 agp_base; in fixup_memory_mappings() local 2050 agp_base = aper_base + aper_size; in fixup_memory_mappings() 2051 if (agp_base & 0xf0000000) in fixup_memory_mappings() 2052 agp_base = (aper_base | 0x0fffffff) + 1; in fixup_memory_mappings() 2059 OUTREG(MC_AGP_LOCATION, 0xffff0000 | (agp_base >> 16)); in fixup_memory_mappings() 2089 0xffff0000 | (agp_base >> 16)); in fixup_memory_mappings()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
| H A D | dcn31_hwseq.c | 494 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; in dcn31_init_sys_ctx()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/ |
| H A D | dcn20_hubbub.c | 411 AGP_BASE, pa_config->system_aperture.agp_base >> 24); in hubbub2_init_dchub_sys_ctx()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 2680 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; in dcn20_init_sys_ctx()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 919 uint64_t agp_base; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 1465 u32 agp_base, agp_bot, agp_top; in mmhub_read_system_context() local 1470 agp_base = 0; in mmhub_read_system_context() 1521 pa_config->system_aperture.agp_base = (uint64_t)agp_base << 24; in mmhub_read_system_context()
|