Searched refs:min_Lsw_oto (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1219 double min_Lsw_oto; member
|
D | dml2_core_shared.c | 7561 s->min_Lsw_oto = 0.0; in CalculatePrefetchSchedule() 7753 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule() 7754 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, 2.0); in CalculatePrefetchSchedule() 7755 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, p->tdlut_drain_time / s->LineTime); in CalculatePrefetchSchedule() 7767 …0 * math_max2(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule() 7810 dml2_printf("DML::%s: min_Lsw_oto = %f\n", __func__, s->min_Lsw_oto); in CalculatePrefetchSchedule() 7899 …= p->MaxVStartup && (s->Tsw_est1 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule() 7901 (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.75 * s->LineTime - *p->Tno_bw); in CalculatePrefetchSchedule() 7920 …= p->MaxVStartup && (s->Tsw_est3 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule() 7921 …Factor + p->meta_row_bytes + tdlut_row_bytes)) / (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime -… in CalculatePrefetchSchedule()
|
D | dml2_core_dcn4_calcs.c | 5083 s->min_Lsw_oto = 0.0; in CalculatePrefetchSchedule() 5284 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule() 5285 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, 2.0); in CalculatePrefetchSchedule() 5286 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, p->tdlut_drain_time / s->LineTime); in CalculatePrefetchSchedule() 5302 …0 * math_max2(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule() 5354 dml2_printf("DML::%s: min_Lsw_oto = %f\n", __func__, s->min_Lsw_oto); in CalculatePrefetchSchedule()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core.c | 1035 s->min_Lsw_oto = 0.0; in CalculatePrefetchSchedule() 1193 …s->min_Lsw_oto = dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML_MAX_VRATIO_PRE_… in CalculatePrefetchSchedule() 1194 s->min_Lsw_oto = dml_max(s->min_Lsw_oto, 1.0); in CalculatePrefetchSchedule() 1195 …4.0 * dml_max(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule() 1228 dml_print("DML::%s: min_Lsw_oto = %f\n", __func__, s->min_Lsw_oto); in CalculatePrefetchSchedule() 1297 …= p->MaxVStartup && (s->Tsw_est1 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule() 1299 (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.75 * s->LineTime - *p->Tno_bw); in CalculatePrefetchSchedule() 1317 …= p->MaxVStartup && (s->Tsw_est3 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_o… in CalculatePrefetchSchedule() 1318 …lPTEBytesPerRow * p->HostVMInefficiencyFactor) / (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime -… in CalculatePrefetchSchedule()
|
D | display_mode_core_structs.h | 1811 dml_float_t min_Lsw_oto; member
|