Home
last modified time | relevance | path

Searched refs:MaxNumSwath (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_dcn5_calcs_dchub.c974 unsigned int *MaxNumSwath) in dcn5_calculate_prefetch_source_lines() argument
1015 … *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()