Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2553 unsigned int sw0_tmp; in dml32_CalculatePrefetchSourceLines() local
2582 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in dml32_CalculatePrefetchSourceLines()
2583 if (sw0_tmp < *VInitPreFill) in dml32_CalculatePrefetchSourceLines()
2584 *MaxNumSwath = dml_ceil((*VInitPreFill - sw0_tmp) / SwathHeight, 1) + 1; in dml32_CalculatePrefetchSourceLines()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c2394 dml_uint_t sw0_tmp = 0; in CalculatePrefetchSourceLines() local
2421 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in CalculatePrefetchSourceLines()
2422 if (sw0_tmp < *VInitPreFill) { in CalculatePrefetchSourceLines()
2423 …*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.c1847 unsigned int sw0_tmp = 0; in CalculatePrefetchSourceLines() local
1874 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in CalculatePrefetchSourceLines()
1875 if (sw0_tmp < *VInitPreFill) { in CalculatePrefetchSourceLines()
1876 … *MaxNumSwath = (unsigned int)(math_ceil2((*VInitPreFill - sw0_tmp) / (double)SwathHeight, 1) + 1); in CalculatePrefetchSourceLines()