Home
last modified time | relevance | path

Searched refs:max_partial_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.c136 unsigned int max_partial_sw, in get_vratio_pre() argument
144 vratio_pre = (max_num_sw * swath_height + max_partial_sw) / l_sw; in get_vratio_pre()
154 DTRACE("DLG: %s: max_partial_sw = %0d", __func__, max_partial_sw); in get_vratio_pre()
178 unsigned int *max_partial_sw, in get_swath_need() argument
195 …*max_partial_sw = (max_partial_sw_int < 1) ? 1 : max_partial_sw_int; /* ensure minimum of 1 is use… in get_swath_need()
198 DTRACE("DLG: %s: max_partial_sw = %0d", __func__, *max_partial_sw); in get_swath_need()