Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c711 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
918 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
932 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule()
939 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule()
1011 dml_print("DML: Tr0: %fus\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1012 …e)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1047 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c515 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
680 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
693 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
695 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
703 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
788 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
Ddisplay_mode_vba_20v2.c604 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
739 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
752 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
754 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
762 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
847 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()