Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1403 double dst_y_prefetch_oto; member
H A Ddml2_core_dcn4_calcs.c5137 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()
5436 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
5441 DML_LOG_VERBOSE("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
5442 s->dst_y_prefetch_oto = math_max2(s->dst_y_prefetch_oto, p->impacted_dst_y_pre); in CalculatePrefetchSchedule()
5443 DML_LOG_VERBOSE("DML::%s: dst_y_prefetch_oto = %f (impacted)\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
5446 *p->Tpre_oto = s->dst_y_prefetch_oto * s->LineTime; in CalculatePrefetchSchedule()
5503 DML_LOG_VERBOSE("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()
5740 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
5741 *p->dst_y_prefetch = s->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()