Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c880 double dst_y_prefetch_equ; local
1107dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - (*DSTYAft…
1108 dst_y_prefetch_equ = dml_floor(4.0 * (dst_y_prefetch_equ + 0.125), 1) / 4.0;
1109 Tpre_rounded = dst_y_prefetch_equ * LineTime;
1121 dml_print("DML: dst_y_prefetch_equ: %f (after round)\n", dst_y_prefetch_equ);
1143 if (dst_y_prefetch_equ > 1) {
1268 if (dst_y_prefetch_oto < dst_y_prefetch_equ) {
1274 *DestinationLinesForPrefetch = dst_y_prefetch_equ;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1186 double dst_y_prefetch_equ; member
H A Ddml2_core_shared.c7532 s->dst_y_prefetch_equ = 0.0; in CalculatePrefetchSchedule()
7805 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(s->TWait_p + p->TCalc, *p->Tdmdl - p… in CalculatePrefetchSchedule()
7806 …s->dst_y_prefetch_equ = math_min2(s->dst_y_prefetch_equ, 63.75); // limit to the reg limit of U6.2… in CalculatePrefetchSchedule()
7840 dml2_printf("DML::%s: dst_y_prefetch_equ = %f\n", __func__, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule()
7845 s->dst_y_prefetch_equ = math_floor2(4.0 * (s->dst_y_prefetch_equ + 0.125), 1) / 4.0; in CalculatePrefetchSchedule()
7846 s->Tpre_rounded = s->dst_y_prefetch_equ * s->LineTime; in CalculatePrefetchSchedule()
7848 dml2_printf("DML::%s: dst_y_prefetch_equ: %f (after round)\n", __func__, s->dst_y_prefetch_equ); in CalculatePrefetchSchedule()
7883 if (s->dst_y_prefetch_equ > 1) { in CalculatePrefetchSchedule()
8014 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()
8026 *p->dst_y_prefetch = s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1782 dml_float_t dst_y_prefetch_equ; member