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/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()