Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h934 double Tr0_trips[DML2_MAX_PLANES]; member
1035 double Tr0_trips[DML2_MAX_PLANES]; member
1771 double *Tr0_trips; member
H A Ddml2_core_shared.c2390 CalculatePrefetchSchedule_params->Tr0_trips = &s->Tr0_trips[k]; in dml2_core_shared_mode_support()
7545 *p->Tr0_trips = 0.0; in CalculatePrefetchSchedule()
7622 *p->Tr0_trips = math_max2(*p->Tr0_trips_flip, p->tdlut_opt_time / 2); in CalculatePrefetchSchedule()
7696 dml2_printf("DML::%s: Tr0_trips = %f\n", __func__, *p->Tr0_trips); in CalculatePrefetchSchedule()
7714 s->Tr0_trips_rounded = math_ceil2(4.0 * *p->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
7786 *p->Tr0_trips, in CalculatePrefetchSchedule()
7790 dml2_printf("DML::%s: Tr0_oto max0 = %f\n", __func__, *p->Tr0_trips); in CalculatePrefetchSchedule()
7829 dml2_printf("DML::%s: Tr0_trips = %f\n", __func__, *p->Tr0_trips); in CalculatePrefetchSchedule()
7998 *p->Tr0_trips, in CalculatePrefetchSchedule()
10717 CalculatePrefetchSchedule_params->Tr0_trips = &s->Tr0_trips[k]; in dml2_core_shared_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c897 double Tr0_trips; local
1024 Tr0_trips = trip_to_mem * (HostVMDynamicLevelsTrips + 1);
1026 Tr0_trips_rounded = dml_ceil(4.0 * Tr0_trips / LineTime, 1) / 4 * LineTime;
1030 Tr0_trips = 0.0;
1085 …te + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto, Tr0_trips, // PREVIOUS_ERR…
1094 dml_print("DML::%s: Tr0_trips = %f\n", __func__, Tr0_trips);
1255 Tr0_trips,
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1795 dml_float_t Tr0_trips; member