Home
last modified time | relevance | path

Searched refs:dst_y_prefetch_oto (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c3457 double dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule() local
3671 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in dml32_CalculatePrefetchSchedule()
3703 dml_print("DML::%s: dst_y_prefetch_oto = %f\n", __func__, dst_y_prefetch_oto); in dml32_CalculatePrefetchSchedule()
3882 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in dml32_CalculatePrefetchSchedule()
3883 if (dst_y_prefetch_oto * LineTime < TPreReq) { in dml32_CalculatePrefetchSchedule()
3886 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()
3892 LinesForPrefetchBandwidth = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1194 double dst_y_prefetch_oto; member
Ddml2_core_shared.c7538 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()
7799 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
7839 dml2_printf("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
8014 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
8015 *p->dst_y_prefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
Ddml2_core_dcn4_calcs.c5058 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()
5340 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
5384 dml2_printf("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
5618 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
5619 *p->dst_y_prefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c888 double dst_y_prefetch_oto = 0; in CalculatePrefetchSchedule() local
1027 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in CalculatePrefetchSchedule()
1032 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto); in CalculatePrefetchSchedule()
1176 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
1177 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c514 double dst_y_prefetch_oto; in CalculatePrefetchSchedule() local
627 dst_y_prefetch_oto = Tpre_oto / LineTime; in CalculatePrefetchSchedule()
629 if (dst_y_prefetch_oto < dst_y_prefetch_equ) in CalculatePrefetchSchedule()
630 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
Ddisplay_mode_vba_20v2.c604 double dst_y_prefetch_oto; in CalculatePrefetchSchedule() local
687 dst_y_prefetch_oto = Tpre_oto / LineTime; in CalculatePrefetchSchedule()
689 if (dst_y_prefetch_oto < dst_y_prefetch_equ) in CalculatePrefetchSchedule()
690 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c890 double dst_y_prefetch_oto; local
1106 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto;
1116 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto);
1268 if (dst_y_prefetch_oto < dst_y_prefetch_equ) {
1269 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c908 double dst_y_prefetch_oto; local
1124 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto;
1134 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto);
1286 if (dst_y_prefetch_oto < dst_y_prefetch_equ) {
1287 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c710 double dst_y_prefetch_oto; in CalculatePrefetchSchedule() local
837 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Tsw_oto_lines + 0.75; in CalculatePrefetchSchedule()
841 if (dst_y_prefetch_oto < dst_y_prefetch_equ) in CalculatePrefetchSchedule()
842 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1788 dml_float_t dst_y_prefetch_oto; member
Ddisplay_mode_core.c1012 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()
1222 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
1252 dml_print("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
1409 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
1410 *p->DestinationLinesForPrefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()