Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c437 double copy_time_us; in dcn6_calculate_alternate_params() local
503copy_time_us = p->display_cfg->overrides.hw.force_alt_chan_copy_time.enable ? p->display_cfg->over… 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()
510 …p->min_lead_dst_lines[i] = (unsigned int)math_ceil((copy_time_us + fw_delay + math_max2(svp_req_li… in dcn6_calculate_alternate_params()