amdgpu_dml1_display_rq_dlg_calc.c | 142 double vratio_pre = 1.0; local in function:get_vratio_pre 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 = 1.0 [all...] |