Searched refs:system_aperture (Results 1 – 5 of 5) sorted by relevance
401 FB_BASE, pa_config->system_aperture.fb_base >> 24); in hubbub2_init_dchub_sys_ctx()403 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub2_init_dchub_sys_ctx()405 FB_OFFSET, pa_config->system_aperture.fb_offset >> 24); in hubbub2_init_dchub_sys_ctx()407 AGP_BOT, pa_config->system_aperture.agp_bot >> 24); in hubbub2_init_dchub_sys_ctx()409 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub2_init_dchub_sys_ctx()411 AGP_BASE, pa_config->system_aperture.agp_base >> 24); in hubbub2_init_dchub_sys_ctx()
1373 apt.sys_low.quad_part = dc->vm_pa_config.system_aperture.start_addr; in dcn20_enable_plane()1374 apt.sys_high.quad_part = dc->vm_pa_config.system_aperture.end_addr; in dcn20_enable_plane()2690 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; in dcn20_init_sys_ctx()2691 config.system_aperture.fb_offset = pa_config->system_aperture.fb_offset; in dcn20_init_sys_ctx()2692 config.system_aperture.fb_base = pa_config->system_aperture.fb_base; in dcn20_init_sys_ctx()2693 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; in dcn20_init_sys_ctx()2694 config.system_aperture.agp_bot = pa_config->system_aperture.agp_bot; in dcn20_init_sys_ctx()2695 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; in dcn20_init_sys_ctx()
1524 pa_config->system_aperture.start_addr = (uint64_t)logical_addr_low << 18; in mmhub_read_system_context()1525 pa_config->system_aperture.end_addr = (uint64_t)logical_addr_high << 18; in mmhub_read_system_context()1527 pa_config->system_aperture.agp_base = (uint64_t)agp_base << 24; in mmhub_read_system_context()1528 pa_config->system_aperture.agp_bot = (uint64_t)agp_bot << 24; in mmhub_read_system_context()1529 pa_config->system_aperture.agp_top = (uint64_t)agp_top << 24; in mmhub_read_system_context()1531 pa_config->system_aperture.fb_base = adev->gmc.fb_start; in mmhub_read_system_context()1532 pa_config->system_aperture.fb_offset = adev->vm_manager.vram_base_offset; in mmhub_read_system_context()1533 pa_config->system_aperture.fb_top = adev->gmc.fb_end; in mmhub_read_system_context()
915 } system_aperture; member
3553 dc->vm_pa_config.system_aperture.start_addr, dc->vm_pa_config.system_aperture.end_addr); in dcn401_enable_plane_sequence()