Searched refs:Lsw_oto (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1205 double Lsw_oto; member
|
D | dml2_core_dcn4_calcs.c | 5071 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… 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()
|
D | dml2_core_shared.c | 7549 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-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 3468 double Lsw_oto; in dml32_CalculatePrefetchSchedule() local 3643 …Lsw_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-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 900 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-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 918 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-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core_structs.h | 1799 dml_float_t Lsw_oto; member
|
D | display_mode_core.c | 1023 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-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 899 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()
|