Searched refs:TimeForFetchingMetaPTE (Results 1 – 4 of 4) sorted by relevance
3462 double TimeForFetchingMetaPTE = 0; in dml32_CalculatePrefetchSchedule() local3892 TimeForFetchingMetaPTE = Tvm_oto; in dml32_CalculatePrefetchSchedule()3918 TimeForFetchingMetaPTE = Tvm_equ; in dml32_CalculatePrefetchSchedule()3926 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in dml32_CalculatePrefetchSchedule()4030 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in dml32_CalculatePrefetchSchedule()4031 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); in dml32_CalculatePrefetchSchedule()4036 TimeForFetchingMetaPTE - 2*TimeForFetchingRowInVBlank - (*DSTYAfterScaler + in dml32_CalculatePrefetchSchedule()
891 double TimeForFetchingMetaPTE = 0; local1270 TimeForFetchingMetaPTE = Tvm_oto;1275 TimeForFetchingMetaPTE = Tvm_equ;1280 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.…1382 …ToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE);1383 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE);1393 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank
1013 s->TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule()1412 s->TimeForFetchingMetaPTE = s->Tvm_oto; in CalculatePrefetchSchedule()1415 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()1419 s->TimeForFetchingMetaPTE = s->Tvm_equ; in CalculatePrefetchSchedule()1423 …*p->DestinationLinesToRequestVMInVBlank = dml_floor(4.0 * s->TimeForFetchingMetaPTE / s->LineTime,… in CalculatePrefetchSchedule()1426 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()1512 …PrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()1513 …_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()1518 … - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingMetaPTE - 2 * s->T… in CalculatePrefetchSchedule()1524 s->TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()[all …]
1846 dml_float_t TimeForFetchingMetaPTE; member