Home
last modified time | relevance | path

Searched refs:Lsw_oto (Results 1 – 9 of 9) 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;
1190 double Lsw_oto; global() 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->min_Lsw_oto), 1.0) / 4.0; 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()
H A Ddml2_core_dcn4_calcs.c5071 s->Lsw_oto = 0.0; in CalculatePrefetchSchedule()
5302 s->Lsw_oto = math_ceil2(4.0 * math_max2(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule()
5340 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
5383 dml2_printf("DML::%s: Lsw_oto = %f\n", __func__, s->Lsw_oto); in CalculatePrefetchSchedule()
5646 s->LinesToRequestPrefetchPixelData = math_min2(s->Lsw_equ, s->Lsw_oto); // Lsw in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3468 double Lsw_oto; in dml32_CalculatePrefetchSchedule() local
3643Lsw_oto = dml_ceil(4.0 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1.0) / … in dml32_CalculatePrefetchSchedule()
3671 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in dml32_CalculatePrefetchSchedule()
3702 dml_print("DML::%s: Lsw_oto = %f\n", __func__, Lsw_oto); in dml32_CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c918 double Lsw_oto; local
1082 Lsw_oto = dml_ceil(4 * dml_max(prefetch_sw_bytes / prefetch_bw_oto / LineTime, min_Lsw), 1) / 4;
1084 Tsw_oto = Lsw_oto * LineTime;
1124 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto;
1137 dml_print("DML: Lsw_oto: %f\n", Lsw_oto);
/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
H A Ddisplay_mode_core.c1023 s->Lsw_oto = 0.0; in CalculatePrefetchSchedule()
1195 …s->Lsw_oto = dml_ceil(4.0 * dml_max(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->mi… in CalculatePrefetchSchedule()
1222 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
1251 dml_print("DML::%s: Lsw_oto = %f\n", __func__, s->Lsw_oto); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c899 double Lsw_oto = 0; in CalculatePrefetchSchedule() local
1006 Lsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC); in CalculatePrefetchSchedule()
1007 Tsw_oto = Lsw_oto * LineTime; in CalculatePrefetchSchedule()
1027 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in CalculatePrefetchSchedule()