Searched refs:TimeForFetchingMetaPTE (Results 1 – 7 of 7) sorted by relevance
/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()
|
/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()
|
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()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_mode_vba_30.c | 889 double TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() local 1179 TimeForFetchingMetaPTE = Tvm_oto; in CalculatePrefetchSchedule() 1184 TimeForFetchingMetaPTE = Tvm_equ; in CalculatePrefetchSchedule() 1189 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule() 1241 …esToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1242 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1248 …re): %fus - time left over in schedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * Time… in CalculatePrefetchSchedule()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | display_mode_vba_314.c | 909 double TimeForFetchingMetaPTE = 0; local 1289 TimeForFetchingMetaPTE = Tvm_oto; 1294 TimeForFetchingMetaPTE = Tvm_equ; 1299 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… 1401 …ToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); 1402 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); 1411 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 891 double TimeForFetchingMetaPTE = 0; local 1271 TimeForFetchingMetaPTE = Tvm_oto; 1276 TimeForFetchingMetaPTE = Tvm_equ; 1281 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… 1383 …ToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); 1384 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); 1394 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_core_structs.h | 1847 dml_float_t TimeForFetchingMetaPTE; member
|