Home
last modified time | relevance | path

Searched refs:Lsw_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.h1205 double Lsw_oto; member
H A Ddml2_core_shared.c7549 s->Lsw_oto = 0.0; in CalculatePrefetchSchedule()
7767 …s->Lsw_oto = math_ceil2(4.0 * math_max2(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s… in CalculatePrefetchSchedule()
7799 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
7838 dml2_printf("DML::%s: Lsw_oto = %f\n", __func__, s->Lsw_oto); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c900 double Lsw_oto; local
1064 Lsw_oto = dml_ceil(4 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1) / 4;
1066 Tsw_oto = Lsw_oto * LineTime;
1106 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto;
1119 dml_print("DML: Lsw_oto: %f\n", Lsw_oto);
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1799 dml_float_t Lsw_oto; member