Home
last modified time | relevance | path

Searched refs:svp0_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.h674 unsigned int svp0_dst_lines[DML2_MAX_PLANES]; // per stream member
902 unsigned int svp0_dst_lines[DML2_MAX_PLANES]; // per stream member
2273 unsigned int *svp0_dst_lines; member
2306 unsigned int *svp0_dst_lines; member
H A Ddml2_core_dcn6_calcs_dchub.c78 p->svp0_dst_lines[i] = (unsigned int)math_ceil(svp0_time_us / line_time_us); in dcn6_calculate_alternate_svp_lines()
185 unsigned int svp0_dst_lines, in calculate_copy_swaths() argument
189 unsigned int svp_dst_lines = svp0_dst_lines + svp1_dst_lines; in calculate_copy_swaths()
312 …_delta, rec_hdl_delta, p->prefetch_swaths[j], p->total_swaths[j], p->svp0_dst_lines[i], p->svp1_ds… in calculate_alt_copy_time_us()
318 …, rec_hdl_delta_c, p->prefetch_swaths_c[j], p->total_swaths_c[j], p->svp0_dst_lines[i], p->svp1_ds… in calculate_alt_copy_time_us()
461 svp_dst_lines[0] = p->svp0_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.c1139 …unsigned int svp0_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()