Searched refs:Tvm_oto (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 1400 double Tvm_oto; 1399 double Tvm_oto; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 5160 s->Tvm_oto = 0.0; in CalculatePrefetchSchedule() 5434 s->Tvm_oto = math_max3( in CalculatePrefetchSchedule() 5440 DML_LOG_VERBOSE("DML::%s: Tvm_oto max0 = %f\n", __func__, *p->Tvm_trips); in CalculatePrefetchSchedule() 5441 DML_LOG_VERBOSE("DML::%s: Tvm_oto max1 = %f\n", __func__, *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw_oto); in CalculatePrefetchSchedule() 5442 DML_LOG_VERBOSE("DML::%s: Tvm_oto max2 = %f\n", __func__, s->LineTime / 4.0); in CalculatePrefetchSchedule() 5445 s->Tvm_oto = s->Tvm_trips_rounded; in CalculatePrefetchSchedule() 5461 s->Tvm_oto_lines = math_ceil2(4.0 * s->Tvm_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule() 5526 DML_LOG_VERBOSE("DML::%s: Tvm_oto = %f\n", __func__, s->Tvm_oto); in CalculatePrefetchSchedule() 5769 s->TimeForFetchingVM = s->Tvm_oto; in CalculatePrefetchSchedule() [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 1011 s->Tvm_oto = 0.0; in CalculatePrefetchSchedule() 1201 s->Tvm_oto = dml_max3( in CalculatePrefetchSchedule() 1206 s->Tvm_oto = s->LineTime / 4.0; in CalculatePrefetchSchedule() 1212 (s->LineTime - s->Tvm_oto)/2.0, in CalculatePrefetchSchedule() 1217 dml_print("DML::%s: Tr0_oto max2 = %f\n", __func__, s->LineTime - s->Tvm_oto); in CalculatePrefetchSchedule() 1221 s->Tr0_oto = (s->LineTime - s->Tvm_oto) / 2.0; in CalculatePrefetchSchedule() 1223 s->Tvm_oto_lines = dml_ceil(4.0 * s->Tvm_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule() 1252 dml_print("DML::%s: Tvm_oto = %f\n", __func__, s->Tvm_oto); in CalculatePrefetchSchedule() 1415 s->TimeForFetchingMetaPTE = s->Tvm_oto; in CalculatePrefetchSchedule() [all...] |
| H A D | display_mode_core_structs.h | 1841 dml_float_t Tvm_oto; member
|