Searched refs:TimeForFetchingMetaPTE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 3460 double TimeForFetchingMetaPTE = 0; in dml32_CalculatePrefetchSchedule() local 3890 TimeForFetchingMetaPTE = Tvm_oto; in dml32_CalculatePrefetchSchedule() 3916 TimeForFetchingMetaPTE = Tvm_equ; in dml32_CalculatePrefetchSchedule() 3924 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in dml32_CalculatePrefetchSchedule() 4028 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in dml32_CalculatePrefetchSchedule() 4029 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); in dml32_CalculatePrefetchSchedule() 4034 TimeForFetchingMetaPTE - 2*TimeForFetchingRowInVBlank - (*DSTYAfterScaler + in dml32_CalculatePrefetchSchedule() 4102 TimeForFetchingMetaPTE = 0; in dml32_CalculatePrefetchSchedule()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_mode_vba_21.c | 711 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local 912 …TimeForFetchingMetaPTE = dml_max(*Tno_bw + (double) PDEAndMetaPTEBytesFrame * HostVMInefficiencyFa… in CalculatePrefetchSchedule() 918 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule() 932 - TimeForFetchingMetaPTE) / 2.0, in CalculatePrefetchSchedule() 938 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule() 943 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule() 1016 dml_print("DML: Tvm: %fus\n", TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1018 …sw: %fus\n", (double)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForF… in CalculatePrefetchSchedule() 1052 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_mode_vba_20.c | 515 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local 662 TimeForFetchingMetaPTE = in CalculatePrefetchSchedule() 675 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule() 677 TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule() 689 - TimeForFetchingMetaPTE, in CalculatePrefetchSchedule() 694 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule() 700 4.0 * (TimeForFetchingMetaPTE / LineTime + 0.125), in CalculatePrefetchSchedule() 788 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
|
H A D | display_mode_vba_20v2.c | 605 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local 722 TimeForFetchingMetaPTE = in CalculatePrefetchSchedule() 735 TimeForFetchingMetaPTE = LineTime / 4; in CalculatePrefetchSchedule() 737 TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule() 749 - TimeForFetchingMetaPTE, in CalculatePrefetchSchedule() 754 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule() 760 4.0 * (TimeForFetchingMetaPTE / LineTime + 0.125), in CalculatePrefetchSchedule() 848 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_mode_vba_30.c | 889 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local 1178 TimeForFetchingMetaPTE = Tvm_oto; in CalculatePrefetchSchedule() 1183 TimeForFetchingMetaPTE = Tvm_equ; in CalculatePrefetchSchedule() 1188 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule() 1240 …esToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1241 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1247 …re): %fus - time left over in schedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * Time… in CalculatePrefetchSchedule() 1283 TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 891 double TimeForFetchingMetaPTE = 0; local 1270 TimeForFetchingMetaPTE = Tvm_oto; 1275 TimeForFetchingMetaPTE = Tvm_equ; 1280 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… 1382 …ToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); 1383 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); 1393 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank 1447 TimeForFetchingMetaPTE = 0;
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | display_mode_vba_314.c | 912 double TimeForFetchingMetaPTE = 0; local 1291 TimeForFetchingMetaPTE = Tvm_oto; 1296 TimeForFetchingMetaPTE = Tvm_equ; 1301 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… 1403 …ToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); 1404 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); 1413 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank 1467 TimeForFetchingMetaPTE = 0;
|