Home
last modified time | relevance | path

Searched refs:Tvm_trips (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.h1116 double Tvm_trips[DML2_MAX_PLANES]; member
1230 double Tvm_trips[DML2_MAX_PLANES]; member
1997 double *Tvm_trips; member
H A Ddml2_core_dcn4_calcs.c5143 *p->Tvm_trips = 0.0; in CalculatePrefetchSchedule()
5218 …*p->Tvm_trips = p->ExtraLatencyPrefetch + math_max2(s->trip_to_mem * (p->display_cfg->gpuvm_max_pa… in CalculatePrefetchSchedule()
5220 *p->Tvm_trips_flip = *p->Tvm_trips; in CalculatePrefetchSchedule()
5222 *p->Tvm_trips_flip = *p->Tvm_trips - s->trip_to_mem; in CalculatePrefetchSchedule()
5228 *p->Tdmdl_vm = s->TWait_p + *p->Tvm_trips; in CalculatePrefetchSchedule()
5300 DML_LOG_VERBOSE("DML::%s: Tvm_trips = %f\n", __func__, *p->Tvm_trips); in CalculatePrefetchSchedule()
5307 s->Tvm_trips_rounded = math_ceil2(4.0 * *p->Tvm_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
5408 *p->Tvm_trips, in CalculatePrefetchSchedule()
5413 DML_LOG_VERBOSE("DML::%s: Tvm_oto max0 = %f\n", __func__, *p->Tvm_trips); in CalculatePrefetchSchedule()
5456 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(p->TCalc, *p->Tvm_trips) + s->TWait_… in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1851 dml_float_t Tvm_trips; member
H A Ddisplay_mode_core.c1019 s->Tvm_trips = 0.0; in CalculatePrefetchSchedule()
1079 …s->Tvm_trips = p->UrgentExtraLatency + s->trip_to_mem * (p->GPUVMPageTableLevels * (s->HostVMDynam… in CalculatePrefetchSchedule()
1082 *p->Tdmdl = p->TWait + s->Tvm_trips + s->trip_to_mem; in CalculatePrefetchSchedule()
1108 …ue && p->DynamicMetadataVMEnabled == true && p->GPUVMEnable == true ? p->TWait + s->Tvm_trips : 0); in CalculatePrefetchSchedule()
1157 s->Tvm_trips_rounded = dml_ceil(4.0 * s->Tvm_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
1200 s->Tvm_trips, in CalculatePrefetchSchedule()
1246 dml_print("DML::%s: Tvm_trips = %f\n", __func__, s->Tvm_trips); in CalculatePrefetchSchedule()
1393 …etaPTEBytesFrame * p->HostVMInefficiencyFactor / s->prefetch_bw_equ, s->Tvm_trips, s->LineTime / 4… in CalculatePrefetchSchedule()