Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c901 double Tpre_rounded; local
1109 Tpre_rounded = dst_y_prefetch_equ * LineTime;
1149 if (Tpre_rounded - *Tno_bw > 0) {
1151 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw);
1157 …if (VStartup == MaxVStartup && Tsw_est1 / LineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime …
1159 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - *Tno_bw);
1162 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0)
1163 …dMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw - 2 *…
1167 if (Tpre_rounded - Tvm_trips_rounded > 0) {
1169 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c7550 s->Tpre_rounded = 0.0; in CalculatePrefetchSchedule()
7846 s->Tpre_rounded = s->dst_y_prefetch_equ * s->LineTime; in CalculatePrefetchSchedule()
7889 if (s->Tpre_rounded - *p->Tno_bw > 0) { in CalculatePrefetchSchedule()
7893 / (s->Tpre_rounded - *p->Tno_bw); in CalculatePrefetchSchedule()
7899 … p->MaxVStartup && (s->Tsw_est1 / s->LineTime < s->min_Lsw_oto) && s->Tpre_rounded - s->min_Lsw_ot… in CalculatePrefetchSchedule()
7901 (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.75 * s->LineTime - *p->Tno_bw); in CalculatePrefetchSchedule()
7905 if (s->Tpre_rounded - *p->Tno_bw - 2 * s->Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()
7907 (s->Tpre_rounded - *p->Tno_bw - 2 * s->Tr0_trips_rounded); in CalculatePrefetchSchedule()
7911 if (s->Tpre_rounded - s->Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()
7913 (s->Tpre_rounded - s->Tvm_trips_rounded); in CalculatePrefetchSchedule()
[all …]
H A Ddml2_core_shared_types.h1207 double Tpre_rounded; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1800 dml_float_t Tpre_rounded; member