Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c135 unsigned int max_num_sw, in get_vratio_pre() argument
144 vratio_pre = (max_num_sw * swath_height + max_partial_sw) / l_sw; in get_vratio_pre()
147 double tmp0 = (max_num_sw * swath_height) / (l_sw - (prefill - 3.0) / 2.0); in get_vratio_pre()
153 DTRACE("DLG: %s: max_num_sw = %0d", __func__, max_num_sw); in get_vratio_pre()
177 unsigned int *max_num_sw, in get_swath_need() argument
190 …*max_num_sw = (unsigned int) (dml_ceil((prefill - 1.0) / (double) swath_height, 1) + 1.0); /* pref… in get_swath_need()
197 DTRACE("DLG: %s: max_num_sw = %0d", __func__, *max_num_sw); in get_swath_need()