Home
last modified time | relevance | path

Searched refs:Tr0_trips_flip_rounded (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h649 double Tr0_trips_flip_rounded[DML2_MAX_PLANES]; member
838 double Tr0_trips_flip_rounded[DML2_MAX_PLANES]; member
1121 double Tr0_trips_flip_rounded[DML2_MAX_PLANES]; member
1235 double Tr0_trips_flip_rounded[DML2_MAX_PLANES]; member
2002 double *Tr0_trips_flip_rounded; member
H A Ddml2_core_dcn4_calcs.c5322 …*p->Tr0_trips_flip_rounded = math_ceil2(4.0 * *p->Tr0_trips_flip / s->LineTime, 1.0) / 4.0 * s->Li… in CalculatePrefetchSchedule()
5325 *p->Tr0_trips_flip_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule()
5328 *p->Tr0_trips_flip_rounded = math_max2(*p->Tr0_trips_flip_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule()
6498 double Tr0_trips_flip_rounded, in CalculateFlipSchedule() argument
6546 DML_LOG_VERBOSE("DML::%s: Tr0_trips_flip_rounded = %f\n", __func__, Tr0_trips_flip_rounded); in CalculateFlipSchedule()
6587 math_max2(Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded, (double)max_flip_time_us)); in CalculateFlipSchedule()
6600 l->hvm_scaled_vm_bytes / (l->max_flip_time - Tno_bw_flip - 2 * Tr0_trips_flip_rounded), in CalculateFlipSchedule()
6608 … __func__, l->hvm_scaled_vm_bytes / (l->max_flip_time - Tno_bw_flip - 2 * Tr0_trips_flip_rounded)); in CalculateFlipSchedule()
6616 …2*Tr0_trips_flip_rounded = %f\n", __func__, (Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded)); in CalculateFlipSchedule()
6633 …ateFlipSupportedForPipe = l->min_row_time >= (Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded); in CalculateFlipSchedule()
[all …]