Searched refs:TimeForFetchingRowInVBlank (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 959 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local 1248 TimeForFetchingRowInVBlank = Tr0_oto; in CalculatePrefetchSchedule() 1253 TimeForFetchingRowInVBlank = Tr0_equ; in CalculatePrefetchSchedule() 1259 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule() 1309 …s\n", (double)LinesToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeFo… in CalculatePrefetchSchedule() 1311 …w of data pagetables and first row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 1312 … of data pagetables and second row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 1316 …chedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank - (*DSTY… in CalculatePrefetchSchedule() 1353 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 1005 double TimeForFetchingRowInVBlank = 0; local 1379 TimeForFetchingRowInVBlank = Tr0_oto; 1384 TimeForFetchingRowInVBlank = Tr0_equ; 1390 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… 1404 dml_print("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, TimeForFetchingRowInVBlank); 1490 …(double) LinesToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFe… 1492 …w of data pagetables and first row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); 1501 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank 1556 TimeForFetchingRowInVBlank = 0;
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 712 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local 922 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule() 936 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule() 943 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule() 1015 dml_print("DML: Tr0: %fus\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 1016 …e)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 1051 TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 516 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()
|
D | display_mode_vba_20v2.c | 606 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()
|