Home
last modified time | relevance | path

Searched refs:vm_pa_config (Results 1 – 7 of 7) 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.c5210 dc->vm_pa_config.valid) { in dc_set_power_state()
5211 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.c897 if (dc->vm_pa_config.valid) { in dcn35_enable_plane()
902 apt.sys_low.quad_part = dc->vm_pa_config.system_aperture.start_addr; in dcn35_enable_plane()
903 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.c1347 if (dc->vm_pa_config.valid) { in dcn20_enable_plane()
1352 apt.sys_low.quad_part = dc->vm_pa_config.system_aperture.start_addr; in dcn20_enable_plane()
1353 apt.sys_high.quad_part = dc->vm_pa_config.system_aperture.end_addr; in dcn20_enable_plane()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1406 struct dc_phy_addr_space_config vm_pa_config; member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1633 pipes[i].pipe.src.hostvm = dc->vm_pa_config.is_hvm_enabled; in dcn31x_populate_dml_pipes_from_context()