Home
last modified time | relevance | path

Searched refs:stream_svp_meta (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c798 else if (in_out->base_display_config->stage3.stream_svp_meta[i].valid && in pmo_dcn4_fams2_init_for_vmin()
1845 …struct dml2_implicit_svp_meta *stream_svp_meta = &pmo->scratch.pmo_dcn4.stream_svp_meta[stream_ind… in build_subvp_meta_per_stream() local
1848 stream_svp_meta->valid = true; in build_subvp_meta_per_stream()
1851 stream_svp_meta->v_active = stream_pstate_meta->method_subvp.phantom_vactive; in build_subvp_meta_per_stream()
1852 stream_svp_meta->v_front_porch = stream_pstate_meta->method_subvp.phantom_vfp; in build_subvp_meta_per_stream()
1853 stream_svp_meta->v_total = stream_pstate_meta->method_subvp.phantom_vtotal; in build_subvp_meta_per_stream()
1964 display_config->stage3.stream_svp_meta[stream_index].valid = false; in reset_display_configuration()
2018 memcpy(&display_config->stage3.stream_svp_meta[stream_index], in setup_planes_for_svp_by_mask()
2019 &scratch->pmo_dcn4.stream_svp_meta[stream_index], in setup_planes_for_svp_by_mask()
2041 memcpy(&display_config->stage3.stream_svp_meta[stream_index], in setup_planes_for_svp_drr_by_mask()
[all …]
H A Ddml2_pmo_dcn3.c312 else if (in_out->base_display_config->stage3.stream_svp_meta[i].valid && in pmo_dcn3_init_for_vmin()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_utils.c637 if (display_cfg->stage3.stream_svp_meta[stream_index].valid) { in dml2_core_utils_expand_implict_subvp()
640 main_stream, &display_cfg->stage3.stream_svp_meta[stream_index]); in dml2_core_utils_expand_implict_subvp()
655 if (display_cfg->stage3.stream_svp_meta[main_plane->stream_index].valid) { in dml2_core_utils_expand_implict_subvp()
H A Ddml2_core_dcn4.c217 if (display_cfg->stage3.stream_svp_meta[stream_index].valid) { in expand_implict_subvp()
220 main_stream, &display_cfg->stage3.stream_svp_meta[stream_index]); in expand_implict_subvp()
235 if (display_cfg->stage3.stream_svp_meta[main_plane->stream_index].valid) { in expand_implict_subvp()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h334 struct dml2_implicit_svp_meta stream_svp_meta[DML2_MAX_PLANES]; member
673 struct dml2_implicit_svp_meta stream_svp_meta[DML2_MAX_PLANES]; member