Home
last modified time | relevance | path

Searched refs:vm_pa_config (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/ !
H A Ddc_vm_helper.c48 memcpy(&dc->vm_pa_config, pa_config, sizeof(struct dc_phy_addr_space_config)); in dc_setup_system_context()
49 dc->vm_pa_config.valid = true; in dc_setup_system_context()
H A Ddc.c5567 dc->vm_pa_config.valid) { in dc_set_power_state()
5568 dc->hwss.init_sys_ctx(dc->hwseq, dc, &dc->vm_pa_config); in dc_set_power_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ !
H A Ddcn314_fpu.c357 … pipes[i].pipe.src.hostvm = dc->vm_pa_config.is_hvm_enabled || dc->res_pool->hubbub->riommu_active; in dcn314_populate_dml_pipes_from_context_fpu()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ !
H A Ddcn35_hwseq.c833 if (dc->vm_pa_config.valid) { in dcn35_enable_plane()
838 apt.sys_low.quad_part = dc->vm_pa_config.system_aperture.start_addr; in dcn35_enable_plane()
839 apt.sys_high.quad_part = dc->vm_pa_config.system_aperture.end_addr; in dcn35_enable_plane()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ !
H A Ddcn20_hwseq.c1353 if (dc->vm_pa_config.valid) { in dcn20_enable_plane()
1358 apt.sys_low.quad_part = dc->vm_pa_config.system_aperture.start_addr; in dcn20_enable_plane()
1359 apt.sys_high.quad_part = dc->vm_pa_config.system_aperture.end_addr; in dcn20_enable_plane()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ !
H A Ddcn401_hwseq.c3571 …if (dc->vm_pa_config.valid && pipe_ctx->plane_res.hubp->funcs->hubp_set_vm_system_aperture_setting… in dcn401_enable_plane_sequence()
3573 dc->vm_pa_config.system_aperture.start_addr, dc->vm_pa_config.system_aperture.end_addr); in dcn401_enable_plane_sequence()
/linux/drivers/gpu/drm/amd/display/dc/ !
H A Ddc.h1758 struct dc_phy_addr_space_config vm_pa_config; member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/ !
H A Ddcn31_resource.c1663 pipes[i].pipe.src.hostvm = dc->vm_pa_config.is_hvm_enabled; in dcn31x_populate_dml_pipes_from_context()