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/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c745 else if (in_out->base_display_config->stage3.stream_svp_meta[i].valid && in pmo_dcn4_fams2_init_for_vmin()
1721 …struct dml2_implicit_svp_meta *stream_svp_meta = &pmo->scratch.pmo_dcn4.stream_svp_meta[stream_ind… in build_subvp_meta_per_stream() local
1724 stream_svp_meta->valid = true; in build_subvp_meta_per_stream()
1727 stream_svp_meta->v_active = stream_fams2_meta->method_subvp.phantom_vactive; in build_subvp_meta_per_stream()
1728 stream_svp_meta->v_front_porch = stream_fams2_meta->method_subvp.phantom_vfp; in build_subvp_meta_per_stream()
1729 stream_svp_meta->v_total = stream_fams2_meta->method_subvp.phantom_vtotal; in build_subvp_meta_per_stream()
1816 display_config->stage3.stream_svp_meta[stream_index].valid = false; in reset_display_configuration()
1874 memcpy(&display_config->stage3.stream_svp_meta[stream_index], in setup_planes_for_svp_by_mask()
1875 &scratch->pmo_dcn4.stream_svp_meta[stream_index], in setup_planes_for_svp_by_mask()
1897 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/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c480 if (display_cfg->stage3.stream_svp_meta[stream_index].valid) { in dml2_core_utils_expand_implict_subvp()
483 main_stream, &display_cfg->stage3.stream_svp_meta[stream_index]); in dml2_core_utils_expand_implict_subvp()
498 if (display_cfg->stage3.stream_svp_meta[main_plane->stream_index].valid) { in dml2_core_utils_expand_implict_subvp()
H A Ddml2_core_dcn4.c214 if (display_cfg->stage3.stream_svp_meta[stream_index].valid) { in expand_implict_subvp()
217 main_stream, &display_cfg->stage3.stream_svp_meta[stream_index]); in expand_implict_subvp()
232 if (display_cfg->stage3.stream_svp_meta[main_plane->stream_index].valid) { in expand_implict_subvp()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h315 struct dml2_implicit_svp_meta stream_svp_meta[DML2_MAX_PLANES]; member
662 struct dml2_implicit_svp_meta stream_svp_meta[DML2_MAX_PLANES]; member