Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c710 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local
906TimeForFetchingMetaPTE = dml_max(*Tno_bw + (double) PDEAndMetaPTEBytesFrame * HostVMInefficiencyFa… in CalculatePrefetchSchedule()
912 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule()
926 - TimeForFetchingMetaPTE) / 2.0, in CalculatePrefetchSchedule()
932 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule()
937 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
1010 dml_print("DML: Tvm: %fus\n", TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()
1012 …sw: %fus\n", (double)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForF… in CalculatePrefetchSchedule()
1046 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c514 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local
661 TimeForFetchingMetaPTE = in CalculatePrefetchSchedule()
674 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule()
676 TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule()
688 - TimeForFetchingMetaPTE, in CalculatePrefetchSchedule()
693 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
699 4.0 * (TimeForFetchingMetaPTE / LineTime + 0.125), in CalculatePrefetchSchedule()
787 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
Ddisplay_mode_vba_20v2.c603 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local
720 TimeForFetchingMetaPTE = in CalculatePrefetchSchedule()
733 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule()
735 TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule()
747 - TimeForFetchingMetaPTE, in CalculatePrefetchSchedule()
752 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
758 4.0 * (TimeForFetchingMetaPTE / LineTime + 0.125), in CalculatePrefetchSchedule()
846 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()