Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2551 unsigned int sw0_tmp; in dml32_CalculatePrefetchSourceLines() local
2580 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in dml32_CalculatePrefetchSourceLines()
2581 if (sw0_tmp < *VInitPreFill) in dml32_CalculatePrefetchSourceLines()
2582 *MaxNumSwath = dml_ceil((*VInitPreFill - sw0_tmp) / SwathHeight, 1) + 1; in dml32_CalculatePrefetchSourceLines()