Home
last modified time | relevance | path

Searched refs:Tvm_trips (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h946 double Tvm_trips[DML2_MAX_PLANES]; member
1061 double Tvm_trips[DML2_MAX_PLANES]; member
1812 double *Tvm_trips; member
H A Ddml2_core_dcn4_calcs.c5166 *p->Tvm_trips = 0.0; in CalculatePrefetchSchedule()
5243 *p->Tvm_trips_flip = *p->Tvm_trips; in CalculatePrefetchSchedule()
5245 *p->Tvm_trips_flip = *p->Tvm_trips - s->trip_to_mem; in CalculatePrefetchSchedule()
5251 *p->Tdmdl_vm = s->TWait_p + *p->Tvm_trips; in CalculatePrefetchSchedule()
5323 dml2_printf("DML::%s: Tvm_trips = %f\n", __func__, *p->Tvm_trips); in CalculatePrefetchSchedule()
5431 *p->Tvm_trips, in CalculatePrefetchSchedule()
5515 dml2_printf("DML::%s: Tvm_trips = %f\n", __func__, *p->Tvm_trips); in CalculatePrefetchSchedule()
5560 …_rounded: %f, delta=%f\n", __func__, *p->Tvm_trips, s->Tvm_trips_rounded, (s->Tvm_trips_rounded - … in CalculatePrefetchSchedule()
5652 …_rounded: %f, delta=%f\n", __func__, *p->Tvm_trips, s->Tvm_trips_rounded, (s->Tvm_trips_rounded - … in CalculatePrefetchSchedule()
9105 CalculatePrefetchSchedule_params->Tvm_trips = &s->Tvm_trips[k]; in dml_core_mode_support()
[all …]
/linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c896 double Tvm_trips; local
947Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +…
954 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
980 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0);
1025 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1036 Tvm_trips = 0.0;
1080 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0);
1093 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips);
1247 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c914 double Tvm_trips; local
965Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +…
972 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
998 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0);
1043 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1054 Tvm_trips = 0.0;
1098 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0);
1111 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips);
1265 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c895 double Tvm_trips = 0; in CalculatePrefetchSchedule() local
935Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +… in CalculatePrefetchSchedule()
938 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
958 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0); in CalculatePrefetchSchedule()
990 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; in CalculatePrefetchSchedule()
1013 Tvm_trips, in CalculatePrefetchSchedule()
1155 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4); in CalculatePrefetchSchedule()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1852 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()