Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1189 double Tr0_oto; member
H A Ddml2_core_shared.c7535 s->Tr0_oto = 0.0; in CalculatePrefetchSchedule()
7785 s->Tr0_oto = math_max3( in CalculatePrefetchSchedule()
7795 s->Tr0_oto = (s->LineTime - s->Tvm_oto) / 4.0; in CalculatePrefetchSchedule()
7798 s->Tr0_oto_lines = math_ceil2(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()
7834 dml2_printf("DML::%s: Tr0_oto = %f\n", __func__, s->Tr0_oto); in CalculatePrefetchSchedule()
8017 s->TimeForFetchingRowInVBlank = s->Tr0_oto; in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c887 double Tr0_oto; local
1085Tr0_oto = dml_max4((MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_ot…
1089 Tr0_oto = (LineTime - Tvm_oto) / 2.0;
1100 dml_print("DML::%s: Tr0_oto = %f\n", __func__, Tr0_oto);
1105 Tr0_oto_lines = dml_ceil(4.0 * Tr0_oto / LineTime, 1) / 4.0;
1271 TimeForFetchingRowInVBlank = Tr0_oto;
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1785 dml_float_t Tr0_oto; member