Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c958 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
1247 TimeForFetchingRowInVBlank = Tr0_oto; in CalculatePrefetchSchedule()
1252 TimeForFetchingRowInVBlank = Tr0_equ; in CalculatePrefetchSchedule()
1258 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule()
1308 …s\n", (double)LinesToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeFo… in CalculatePrefetchSchedule()
1310 …w of data pagetables and first row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1311 … of data pagetables and second row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1315 …chedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank - (*DSTY… in CalculatePrefetchSchedule()
1352 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c712 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
919 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
933 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule()
940 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule()
1012 dml_print("DML: Tr0: %fus\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1013 …e)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1048 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c516 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
681 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
694 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
696 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
704 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
789 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
Ddisplay_mode_vba_20v2.c606 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
741 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
754 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
756 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
764 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
849 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()