Searched refs:MaxNumSwath (Results 1 – 1 of 1) sorted by relevance
974 unsigned int *MaxNumSwath) in dcn5_calculate_prefetch_source_lines() argument1015 … *MaxNumSwath = (unsigned int)(math_ceil2((*VInitPreFill - sw0_tmp) / (double)SwathHeight, 1) + 1); in dcn5_calculate_prefetch_source_lines()1017 *MaxNumSwath = 1; in dcn5_calculate_prefetch_source_lines()1021 *MaxNumSwath = (unsigned int)(math_ceil2((*VInitPreFill - 1.0) / (double)SwathHeight, 1) + 1); in dcn5_calculate_prefetch_source_lines()1028 numLines = *MaxNumSwath * SwathHeight + MaxPartialSwath; in dcn5_calculate_prefetch_source_lines()1033 DML_LOG_VERBOSE("DML::%s: MaxNumSwath = %u\n", __func__, *MaxNumSwath); in dcn5_calculate_prefetch_source_lines()