Home
last modified time | relevance | path

Searched refs:svp1_dst_lines (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h675 unsigned int svp1_dst_lines[DML2_MAX_PLANES]; // per stream member
903 unsigned int svp1_dst_lines[DML2_MAX_PLANES]; // per stream member
2274 unsigned int *svp1_dst_lines; member
2307 unsigned int *svp1_dst_lines; member
H A Ddml2_core_dcn6_calcs_dchub.c79 p->svp1_dst_lines[i] = (unsigned int)math_ceil(svp1_time_us / line_time_us); in dcn6_calculate_alternate_svp_lines()
186 unsigned int svp1_dst_lines, in calculate_copy_swaths() argument
189 unsigned int svp_dst_lines = svp0_dst_lines + svp1_dst_lines; in calculate_copy_swaths()
312 …ta, p->prefetch_swaths[j], p->total_swaths[j], p->svp0_dst_lines[i], p->svp1_dst_lines[i], vtotal); in calculate_alt_copy_time_us()
318 …p->prefetch_swaths_c[j], p->total_swaths_c[j], p->svp0_dst_lines[i], p->svp1_dst_lines[i], vtotal); in calculate_alt_copy_time_us()
462 svp_dst_lines[1] = p->svp1_dst_lines[i]; in dcn6_calculate_alternate_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn6_stage_optimizers.c1140 …unsigned int svp1_dst_lines = validation_res->mode_support.cfg_support_info.stream_support_info[st… in dcn6_alternate_permissible() local
1147 …if (svp0_dst_lines + svp1_dst_lines >= display_cfg->stream_descriptors[stream_idx].timing.v_total … in dcn6_alternate_permissible()