Searched refs:Tr0_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 | 1401 double Tr0_oto; 1400 double Tr0_oto; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 5161 s->Tr0_oto = 0.0; in CalculatePrefetchSchedule() 5449 s->Tr0_oto = math_max3( in CalculatePrefetchSchedule() 5454 DML_LOG_VERBOSE("DML::%s: Tr0_oto max0 = %f\n", __func__, *p->Tr0_trips); in CalculatePrefetchSchedule() 5455 DML_LOG_VERBOSE("DML::%s: Tr0_oto max1 = %f\n", __func__, (p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + p->meta_row_bytes + tdlut_row_bytes) / s->prefetch_bw_oto); in CalculatePrefetchSchedule() 5456 DML_LOG_VERBOSE("DML::%s: Tr0_oto max2 = %f\n", __func__, s->LineTime / 4); in CalculatePrefetchSchedule() 5459 s->Tr0_oto = s->LineTime / 4.0; in CalculatePrefetchSchedule() 5462 s->Tr0_oto_lines = math_ceil2(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule() 5525 DML_LOG_VERBOSE("DML::%s: Tr0_oto = %f\n", __func__, s->Tr0_oto); in CalculatePrefetchSchedule() 5770 s->TimeForFetchingRowInVBlank = s->Tr0_oto; in CalculatePrefetchSchedule() [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 1842 dml_float_t Tr0_oto; member
|
| H A D | display_mode_core.c | 1012 s->Tr0_oto = 0.0; in CalculatePrefetchSchedule() 1209 s->Tr0_oto = dml_max4( in CalculatePrefetchSchedule() 1215 dml_print("DML::%s: Tr0_oto max0 = %f\n", __func__, (p->MetaRowByte + p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor) / s->prefetch_bw_oto); in CalculatePrefetchSchedule() 1216 dml_print("DML::%s: Tr0_oto max1 = %f\n", __func__, s->Tr0_trips); in CalculatePrefetchSchedule() 1217 dml_print("DML::%s: Tr0_oto max2 = %f\n", __func__, s->LineTime - s->Tvm_oto); in CalculatePrefetchSchedule() 1218 dml_print("DML::%s: Tr0_oto max3 = %f\n", __func__, s->LineTime / 4); in CalculatePrefetchSchedule() 1221 s->Tr0_oto = (s->LineTime - s->Tvm_oto) / 2.0; in CalculatePrefetchSchedule() 1224 s->Tr0_oto_lines = dml_ceil(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule() 1251 dml_print("DML::%s: Tr0_oto = %f\n", __func__, s->Tr0_oto); in CalculatePrefetchSchedule() [all...] |