Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c137 double vratio_pre = 1.0; in get_vratio_pre() local
139 vratio_pre = (max_num_sw * swath_height + max_partial_sw) / l_sw; in get_vratio_pre()
144 if (tmp0 > vratio_pre) in get_vratio_pre()
145 vratio_pre = tmp0; in get_vratio_pre()
152 DTRACE("DLG: %s: vratio_pre = %3.2f", __func__, vratio_pre); in get_vratio_pre()
154 if (vratio_pre < 1.0) { in get_vratio_pre()
156 vratio_pre = 1.0; in get_vratio_pre()
159 if (vratio_pre > 4.0) { in get_vratio_pre()
163 vratio_pre); in get_vratio_pre()
164 vratio_pre = 4.0; in get_vratio_pre()
[all …]