Home
last modified time | relevance | path

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