Home
last modified time | relevance | path

Searched refs:SwathHeight (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.c963 unsigned int SwathHeight, in dcn5_calculate_prefetch_source_lines() argument
990 DML_LOG_VERBOSE("DML::%s: SwathHeight = %u\n", __func__, SwathHeight); in dcn5_calculate_prefetch_source_lines()
1005 …vp_start_rot = SwathHeight - (((unsigned int)(ViewportYStart + ViewportHeight - 1) % SwathHeight) … in dcn5_calculate_prefetch_source_lines()
1009 …vp_start_rot = SwathHeight - (((unsigned int)(ViewportYStart + SwathWidth - 1) % SwathHeight) + 1); in dcn5_calculate_prefetch_source_lines()
1013 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in dcn5_calculate_prefetch_source_lines()
1015 … *MaxNumSwath = (unsigned int)(math_ceil2((*VInitPreFill - sw0_tmp) / (double)SwathHeight, 1) + 1); in dcn5_calculate_prefetch_source_lines()
1019 …ath = (unsigned int)(math_max2(1, (unsigned int)(vp_start_rot + *VInitPreFill - 1) % SwathHeight)); 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()
1023 MaxPartialSwath = (unsigned int)(math_max2(1, (unsigned int)(*VInitPreFill - 2) % SwathHeight)); in dcn5_calculate_prefetch_source_lines()
1025 …wath = (unsigned int)(math_max2(1, (unsigned int)(*VInitPreFill + SwathHeight - 2) % SwathHeight)); in dcn5_calculate_prefetch_source_lines()
[all …]