Home
last modified time | relevance | path

Searched refs:sw0_tmp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c2404 dml_uint_t sw0_tmp = 0; in CalculatePrefetchSourceLines() local
2431 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in CalculatePrefetchSourceLines()
2432 if (sw0_tmp < *VInitPreFill) { in CalculatePrefetchSourceLines()
2433 …*MaxNumSwath = (dml_uint_t)(dml_ceil((*VInitPreFill - sw0_tmp) / (dml_float_t) SwathHeight, 1) + 1… in CalculatePrefetchSourceLines()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c1850 unsigned int sw0_tmp = 0; in CalculatePrefetchSourceLines() local
1877 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in CalculatePrefetchSourceLines()
1878 if (sw0_tmp < *VInitPreFill) { in CalculatePrefetchSourceLines()
1879 … *MaxNumSwath = (unsigned int)(math_ceil2((*VInitPreFill - sw0_tmp) / (double)SwathHeight, 1) + 1); in CalculatePrefetchSourceLines()