Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c130 unsigned int max_num_sw, in get_vratio_pre() argument
139 vratio_pre = (max_num_sw * swath_height + max_partial_sw) / l_sw; in get_vratio_pre()
142 double tmp0 = (max_num_sw * swath_height) / (l_sw - (prefill - 3.0) / 2.0); in get_vratio_pre()
148 DTRACE("DLG: %s: max_num_sw = %0d", __func__, max_num_sw); in get_vratio_pre()
172 unsigned int *max_num_sw, in get_swath_need() argument
185 …*max_num_sw = (unsigned int) (dml_ceil((prefill - 1.0) / (double) swath_height, 1) + 1.0); /* pref… in get_swath_need()
192 DTRACE("DLG: %s: max_num_sw = %0d", __func__, *max_num_sw); in get_swath_need()