Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3461 double dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule() local
3675 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in dml32_CalculatePrefetchSchedule()
3707 dml_print("DML::%s: dst_y_prefetch_oto = %f\n", __func__, dst_y_prefetch_oto); in dml32_CalculatePrefetchSchedule()
3886 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in dml32_CalculatePrefetchSchedule()
3887 if (dst_y_prefetch_oto * LineTime < TPreReq) { in dml32_CalculatePrefetchSchedule()
3890 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()
3896 LinesForPrefetchBandwidth = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c794 double dst_y_prefetch_oto = 0; in CalculatePrefetchSchedule() local
934 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in CalculatePrefetchSchedule()
939 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto); in CalculatePrefetchSchedule()
1083 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
1084 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A 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()
H A 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/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A 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;
1135 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto);
1287 if (dst_y_prefetch_oto < dst_y_prefetch_equ) {
1288 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A 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;
1117 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto);
1269 if (dst_y_prefetch_oto < dst_y_prefetch_equ) {
1270 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A 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/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1845 dml_float_t dst_y_prefetch_oto; member
H A Ddisplay_mode_core.c1013 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()
1223 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
1254 dml_print("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
1411 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
1412 *p->DestinationLinesForPrefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c5117 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()
5416 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
5421 DML_LOG_VERBOSE("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
5422 s->dst_y_prefetch_oto = math_max2(s->dst_y_prefetch_oto, p->impacted_dst_y_pre); in CalculatePrefetchSchedule()
5423 DML_LOG_VERBOSE("DML::%s: dst_y_prefetch_oto = %f (impacted)\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
5426 *p->Tpre_oto = s->dst_y_prefetch_oto * s->LineTime; in CalculatePrefetchSchedule()
5483 DML_LOG_VERBOSE("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
5720 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
5721 *p->dst_y_prefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()