Searched refs:max_prefetch_time_us (Results 1 – 1 of 1) sorted by relevance
433 double line_time_us = 0, prefetch_time_us, max_prefetch_time_us = 0; in dcn6_calculate_alternate_params() local455 if (prefetch_time_us > max_prefetch_time_us) in dcn6_calculate_alternate_params()456 max_prefetch_time_us = prefetch_time_us; in dcn6_calculate_alternate_params()464 p->max_prefetch_in_lines[i] = (unsigned int)math_ceil(max_prefetch_time_us / line_time_us); in dcn6_calculate_alternate_params()510 …nt)math_ceil((copy_time_us + fw_delay + math_max2(svp_req_lim_us, max_prefetch_time_us)) / line_ti… in dcn6_calculate_alternate_params()