Searched refs:max_vratio_pre (Results 1 – 6 of 6) sorted by relevance
250 double max_vratio_pre; member
415 mode_lib->vba.MaxVRatioPre = soc->max_vratio_pre; in fetch_socbb_params()
2175 context->bw_ctx.dml.soc.max_vratio_pre = dcn32_determine_max_vratio_prefetch(dc, context); in dcn32_internal_validate_bw()3491 double max_vratio_pre = __DML_MAX_BW_RATIO_PRE__; // Default value is 4 in dcn32_determine_max_vratio_prefetch() local3501 max_vratio_pre = __DML_MAX_VRATIO_PRE__; in dcn32_determine_max_vratio_prefetch()3505 return max_vratio_pre; in dcn32_determine_max_vratio_prefetch()
3483 unsigned int max_vratio_pre = v->MaxVRatioPre; in dml32_CalculatePrefetchSchedule() local3645 min_Lsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre; in dml32_CalculatePrefetchSchedule()
911 int max_vratio_pre = 4; local1063 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);
929 int max_vratio_pre = 4; local1081 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);
Completed in 53 milliseconds