Home
last modified time | relevance | path

Searched refs:sw0_tmp (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.c978 unsigned int sw0_tmp = 0; in dcn5_calculate_prefetch_source_lines() local
1013 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in dcn5_calculate_prefetch_source_lines()
1014 if (sw0_tmp < *VInitPreFill) { 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()