Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c775 else if (in_out->base_display_config->stage3.stream_svp_meta[i].valid && in pmo_dcn4_fams2_init_for_vmin()
1822 …struct dml2_implicit_svp_meta *stream_svp_meta = &pmo->scratch.pmo_dcn4.stream_svp_meta[stream_ind… in build_subvp_meta_per_stream() local
1825 stream_svp_meta->valid = true; in build_subvp_meta_per_stream()
1828 stream_svp_meta->v_active = stream_fams2_meta->method_subvp.phantom_vactive; in build_subvp_meta_per_stream()
1829 stream_svp_meta->v_front_porch = stream_fams2_meta->method_subvp.phantom_vfp; in build_subvp_meta_per_stream()
1830 stream_svp_meta->v_total = stream_fams2_meta->method_subvp.phantom_vtotal; in build_subvp_meta_per_stream()
1941 display_config->stage3.stream_svp_meta[stream_index].valid = false; in reset_display_configuration()
1999 memcpy(&display_config->stage3.stream_svp_meta[stream_index], in setup_planes_for_svp_by_mask()
2000 &scratch->pmo_dcn4.stream_svp_meta[stream_index], in setup_planes_for_svp_by_mask()
2022 memcpy(&display_config->stage3.stream_svp_meta[stream_index], in setup_planes_for_svp_drr_by_mask()
[all …]
H A Ddml2_pmo_dcn3.c311 else if (in_out->base_display_config->stage3.stream_svp_meta[i].valid && in pmo_dcn3_init_for_vmin()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c635 if (display_cfg->stage3.stream_svp_meta[stream_index].valid) { in dml2_core_utils_expand_implict_subvp()
638 main_stream, &display_cfg->stage3.stream_svp_meta[stream_index]); in dml2_core_utils_expand_implict_subvp()
653 if (display_cfg->stage3.stream_svp_meta[main_plane->stream_index].valid) { in dml2_core_utils_expand_implict_subvp()
H A Ddml2_core_dcn4.c216 if (display_cfg->stage3.stream_svp_meta[stream_index].valid) { in expand_implict_subvp()
219 main_stream, &display_cfg->stage3.stream_svp_meta[stream_index]); in expand_implict_subvp()
234 if (display_cfg->stage3.stream_svp_meta[main_plane->stream_index].valid) { in expand_implict_subvp()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h310 struct dml2_implicit_svp_meta stream_svp_meta[DML2_MAX_PLANES]; member
638 struct dml2_implicit_svp_meta stream_svp_meta[DML2_MAX_PLANES]; member