Home
last modified time | relevance | path

Searched refs:svp_req_limit (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h676 …unsigned int svp_req_limit[DML2_MAX_PLANES]; // per stream, should be the same value in time betwe… member
905 …unsigned int svp_req_limit[DML2_MAX_PLANES]; // per stream, should be the same value in time betwe… member
2275 unsigned int *svp_req_limit; member
2308 unsigned int *svp_req_limit; member
H A Ddml2_core_dcn6_calcs_dchub.c80 …p->svp_req_limit[i] = (unsigned int)math_ceil((pad_us + max_swath_time_all_planes_us) / line_time_… in dcn6_calculate_alternate_svp_lines()
451 if (p->svp_req_limit[i] * line_time_us > svp_req_lim_us) in dcn6_calculate_alternate_params()
452 svp_req_lim_us = p->svp_req_limit[i] * line_time_us; in dcn6_calculate_alternate_params()
509 …p->nom_req_limit_alt[i] = (unsigned int)math_max2(p->svp_req_limit[i], math_ceil((copy_time_us) / … in dcn6_calculate_alternate_params()
928 disp_dlg_regs->dst_y_svp_drq_limit = mode_lib->mp.svp_req_limit[l->stream_idx]; in dcn6_rq_dlg_get_dlg_reg()