Searched refs:TimeForFetchingMetaPTE (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.c | 3462 double TimeForFetchingMetaPTE = 0; in dml32_CalculatePrefetchSchedule() local 3892 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()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 795 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local 1085 TimeForFetchingMetaPTE = Tvm_oto; in CalculatePrefetchSchedule() 1090 TimeForFetchingMetaPTE = Tvm_equ; in CalculatePrefetchSchedule() 1095 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule() 1147 …esToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1148 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1154 …re): %fus - time left over in schedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * Time… in CalculatePrefetchSchedule()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 1014 s->TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule() 1413 s->TimeForFetchingMetaPTE = s->Tvm_oto; in CalculatePrefetchSchedule() 1416 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule() 1420 s->TimeForFetchingMetaPTE = s->Tvm_equ; in CalculatePrefetchSchedule() 1424 …*p->DestinationLinesToRequestVMInVBlank = dml_floor(4.0 * s->TimeForFetchingMetaPTE / s->LineTime,… in CalculatePrefetchSchedule() 1427 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule() 1513 …PrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1514 …_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1519 … - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingMetaPTE - 2 * s->T… in CalculatePrefetchSchedule() 1525 s->TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() [all …]
|
| H A D | display_mode_core_structs.h | 1846 dml_float_t TimeForFetchingMetaPTE; member
|