Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c717 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
924 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
938 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule()
945 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule()
1017 dml_print("DML: Tr0: %fus\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1018 …e)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1053 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c611 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
746 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
759 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
761 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
769 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
854 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
H A Damdgpu_display_mode_vba_20.c521 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
686 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
699 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
701 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
709 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
794 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()