Searched refs:Tr0_trips_flip_rounded (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 938 double Tr0_trips_flip_rounded[DML2_MAX_PLANES]; member 1039 double Tr0_trips_flip_rounded[DML2_MAX_PLANES]; member 1775 double *Tr0_trips_flip_rounded; member
|
D | dml2_core_shared.c | 636 double Tr0_trips_flip_rounded, 2394 CalculatePrefetchSchedule_params->Tr0_trips_flip_rounded = &s->Tr0_trips_flip_rounded[k]; in dml2_core_shared_mode_support() 2570 s->Tr0_trips_flip_rounded[k], in dml2_core_shared_mode_support() 7715 …*p->Tr0_trips_flip_rounded = math_ceil2(4.0 * *p->Tr0_trips_flip / s->LineTime, 1.0) / 4.0 * s->Li… in CalculatePrefetchSchedule() 7718 *p->Tr0_trips_flip_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule() 7721 *p->Tr0_trips_flip_rounded = math_max2(*p->Tr0_trips_flip_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule() 8517 double Tr0_trips_flip_rounded, in CalculateFlipSchedule() argument 8562 dml2_printf("DML::%s: Tr0_trips_flip_rounded = %f\n", __func__, Tr0_trips_flip_rounded); in CalculateFlipSchedule() 8602 …ath_min2(l->min_row_time, math_max2(Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded, (double)m… in CalculateFlipSchedule() 8615 l->hvm_scaled_vm_bytes / (l->max_flip_time - Tno_bw_flip - 2 * Tr0_trips_flip_rounded), in CalculateFlipSchedule() [all …]
|
D | dml2_core_dcn4_calcs.c | 5243 …*p->Tr0_trips_flip_rounded = math_ceil2(4.0 * *p->Tr0_trips_flip / s->LineTime, 1.0) / 4.0 * s->Li… in CalculatePrefetchSchedule() 5246 *p->Tr0_trips_flip_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule() 5249 *p->Tr0_trips_flip_rounded = math_max2(*p->Tr0_trips_flip_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule() 6198 double Tr0_trips_flip_rounded, in CalculateFlipSchedule() argument 6245 dml2_printf("DML::%s: Tr0_trips_flip_rounded = %f\n", __func__, Tr0_trips_flip_rounded); in CalculateFlipSchedule() 6286 math_max2(Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded, (double)max_flip_time_us)); in CalculateFlipSchedule() 6299 l->hvm_scaled_vm_bytes / (l->max_flip_time - Tno_bw_flip - 2 * Tr0_trips_flip_rounded), in CalculateFlipSchedule() 6307 … __func__, l->hvm_scaled_vm_bytes / (l->max_flip_time - Tno_bw_flip - 2 * Tr0_trips_flip_rounded)); in CalculateFlipSchedule() 6315 …2*Tr0_trips_flip_rounded = %f\n", __func__, (Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded)); in CalculateFlipSchedule() 6332 …ateFlipSupportedForPipe = l->min_row_time >= (Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded); in CalculateFlipSchedule() [all …]
|