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/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3468 double Tvm_trips; in dml32_CalculatePrefetchSchedule() local
3523Tvm_trips = UrgentExtraLatency + trip_to_mem * (v->GPUVMMaxPageTableLevels * (HostVMDynamicLevelsT… in dml32_CalculatePrefetchSchedule()
3526 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in dml32_CalculatePrefetchSchedule()
3556 v->GPUVMEnable == true ? TWait + Tvm_trips : 0); in dml32_CalculatePrefetchSchedule()
3609 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1.0) / 4.0 * LineTime; in dml32_CalculatePrefetchSchedule()
3651 Tvm_trips, in dml32_CalculatePrefetchSchedule()
3699 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips); in dml32_CalculatePrefetchSchedule()
3865 Tvm_trips, LineTime / 4); in dml32_CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c801 double Tvm_trips = 0; in CalculatePrefetchSchedule() local
841Tvm_trips = UrgentExtraLatency + trip_to_mem * (v->GPUVMMaxPageTableLevels * (HostVMDynamicLevelsT… in CalculatePrefetchSchedule()
844 v->Tdmdl[k] = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
864 … == true && v->DynamicMetadataVMEnabled == true && v->GPUVMEnable == true ? TWait + Tvm_trips : 0); in CalculatePrefetchSchedule()
896 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; in CalculatePrefetchSchedule()
920 Tvm_trips, in CalculatePrefetchSchedule()
1062 …] + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4); in CalculatePrefetchSchedule()
/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()