Searched refs:MaxPartialSwath (Results 1 – 1 of 1) sorted by relevance
979 unsigned int MaxPartialSwath = 0; in dcn5_calculate_prefetch_source_lines() local1019 …MaxPartialSwath = (unsigned int)(math_max2(1, (unsigned int)(vp_start_rot + *VInitPreFill - 1) % S… in dcn5_calculate_prefetch_source_lines()1023 MaxPartialSwath = (unsigned int)(math_max2(1, (unsigned int)(*VInitPreFill - 2) % SwathHeight)); in dcn5_calculate_prefetch_source_lines()1025 …MaxPartialSwath = (unsigned int)(math_max2(1, (unsigned int)(*VInitPreFill + SwathHeight - 2) % Sw… in dcn5_calculate_prefetch_source_lines()1028 numLines = *MaxNumSwath * SwathHeight + MaxPartialSwath; in dcn5_calculate_prefetch_source_lines()1032 DML_LOG_VERBOSE("DML::%s: MaxPartialSwath = %u\n", __func__, MaxPartialSwath); in dcn5_calculate_prefetch_source_lines()