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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c142 double vratio_pre = 1.0; local
144 vratio_pre = (max_num_sw * swath_height + max_partial_sw) / l_sw;
149 if (tmp0 > vratio_pre)
150 vratio_pre = tmp0;
157 DTRACE("DLG: %s: vratio_pre = %3.2f", __func__, vratio_pre);
159 if (vratio_pre < 1.0) {
160 DTRACE("WARNING_DLG: %s: vratio_pre=%3.2f < 1.0, set to 1.0", __func__, vratio_pre);
161 vratio_pre
[all...]

Completed in 78 milliseconds