Home
last modified time | relevance | path

Searched refs:TimeForFetchingMetaPTE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c711 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local
907TimeForFetchingMetaPTE = dml_max(*Tno_bw + (double) PDEAndMetaPTEBytesFrame * HostVMInefficiencyFa… in CalculatePrefetchSchedule()
913 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule()
927 - TimeForFetchingMetaPTE) / 2.0, in CalculatePrefetchSchedule()
933 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule()
938 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
1011 dml_print("DML: Tvm: %fus\n", TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()
1013 …sw: %fus\n", (double)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForF… in CalculatePrefetchSchedule()
1047 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c515 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local
662 TimeForFetchingMetaPTE = in CalculatePrefetchSchedule()
675 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule()
677 TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule()
689 - TimeForFetchingMetaPTE, in CalculatePrefetchSchedule()
694 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
700 4.0 * (TimeForFetchingMetaPTE / LineTime + 0.125), in CalculatePrefetchSchedule()
788 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
Ddisplay_mode_vba_20v2.c605 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local
722 TimeForFetchingMetaPTE = in CalculatePrefetchSchedule()
735 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule()
737 TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule()
749 - TimeForFetchingMetaPTE, in CalculatePrefetchSchedule()
754 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
760 4.0 * (TimeForFetchingMetaPTE / LineTime + 0.125), in CalculatePrefetchSchedule()
848 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c957 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local
1246 TimeForFetchingMetaPTE = Tvm_oto; in CalculatePrefetchSchedule()
1251 TimeForFetchingMetaPTE = Tvm_equ; in CalculatePrefetchSchedule()
1256 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
1308 …esToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()
1309 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()
1315 …re): %fus - time left over in schedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * Time… in CalculatePrefetchSchedule()
1351 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()