Searched refs:TimeForFetchingMetaPTE (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 3458 double TimeForFetchingMetaPTE = 0; in dml32_CalculatePrefetchSchedule() local 3888 TimeForFetchingMetaPTE = Tvm_oto; in dml32_CalculatePrefetchSchedule() 3914 TimeForFetchingMetaPTE = Tvm_equ; in dml32_CalculatePrefetchSchedule() 3922 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in dml32_CalculatePrefetchSchedule() 4026 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in dml32_CalculatePrefetchSchedule() 4027 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); in dml32_CalculatePrefetchSchedule() 4032 TimeForFetchingMetaPTE - 2*TimeForFetchingRowInVBlank - (*DSTYAfterScaler + in dml32_CalculatePrefetchSchedule() 4100 TimeForFetchingMetaPTE = 0; in dml32_CalculatePrefetchSchedule()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
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()
|
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()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
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;
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 909 double TimeForFetchingMetaPTE = 0; local 1288 TimeForFetchingMetaPTE = Tvm_oto; 1293 TimeForFetchingMetaPTE = Tvm_equ; 1298 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… 1400 …ToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); 1401 …ml_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", TimeForFetchingMetaPTE); 1410 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank 1464 TimeForFetchingMetaPTE = 0;
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core.c | 1013 s->TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule() 1411 s->TimeForFetchingMetaPTE = s->Tvm_oto; in CalculatePrefetchSchedule() 1414 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule() 1418 s->TimeForFetchingMetaPTE = s->Tvm_equ; in CalculatePrefetchSchedule() 1422 …*p->DestinationLinesToRequestVMInVBlank = dml_floor(4.0 * s->TimeForFetchingMetaPTE / s->LineTime,… in CalculatePrefetchSchedule() 1425 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule() 1511 …PrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1512 …_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule() 1517 … - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingMetaPTE - 2 * s->T… in CalculatePrefetchSchedule() 1523 s->TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule() [all …]
|
D | display_mode_core_structs.h | 1789 dml_float_t TimeForFetchingMetaPTE; member
|