Home
last modified time | relevance | path

Searched refs:MaxPartialSwath (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.c979 unsigned int MaxPartialSwath = 0; in dcn5_calculate_prefetch_source_lines() local
1019MaxPartialSwath = (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()
1025MaxPartialSwath = (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()