Searched refs:UrgentLatency (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| D | display_mode_vba_21.c | 105 double UrgentLatency, 211 double UrgentLatency, 252 double UrgentLatency, 301 double UrgentLatency, 368 double UrgentLatency, 658 double UrgentLatency, in CalculatePrefetchSchedule() 793 …*Tno_bw = UrgentExtraLatency + UrgentLatency * ((GPUVMPageTableLevels - 2) * (myHostVM->MaxPageTab… in CalculatePrefetchSchedule() 820 …dml_max(UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicLevels + 1) - 1… in CalculatePrefetchSchedule() 828 dml_max(UrgentLatency * (HostVMDynamicLevels + 1), dml_max(LineTime - Tvm_oto, LineTime / 4))); in CalculatePrefetchSchedule() 874 UrgentLatency * (1 + HostVMDynamicLevels)); in CalculatePrefetchSchedule() [all …]
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| D | display_mode_vba_30.c | 107 double UrgentLatency, 221 double UrgentLatency, 245 double UrgentLatency, 309 double UrgentLatency, 381 double UrgentLatency, 904 double UrgentLatency, in CalculatePrefetchSchedule() 1002 trip_to_mem = UrgentLatency; in CalculatePrefetchSchedule() 2474 …v->UrgentLatency = CalculateUrgentLatency(v->UrgentLatencyPixelDataOnly, v->UrgentLatencyPixelMixe… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2490 v->UrgentLatency, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2540 v->UrgentLatency, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() [all …]
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| D | display_mode_vba_20.c | 1489 mode_lib->vba.UrgentLatency = mode_lib->vba.UrgentLatencyPixelDataOnly; in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3454 locals->ReturnBWToDCNPerState * 4 * (1 - locals->UrgentLatency / in dml20_ModeSupportAndSystemConfigurationFull() 3457 * locals->ReturnBusWidth / 4) + locals->UrgentLatency))); in dml20_ModeSupportAndSystemConfigurationFull() 3460 locals->UrgentLatency / (locals->ReturnBWToDCNPerState * locals->UrgentLatency in dml20_ModeSupportAndSystemConfigurationFull() 3467 * locals->ReturnBusWidth * locals->DCFCLKPerState[i] * locals->UrgentLatency / in dml20_ModeSupportAndSystemConfigurationFull() 3468 dml_pow((locals->ReturnBWToDCNPerState * locals->UrgentLatency in dml20_ModeSupportAndSystemConfigurationFull() 3477 locals->ReturnBWToDCNPerState * 4 * (1 - locals->UrgentLatency / in dml20_ModeSupportAndSystemConfigurationFull() 3480 * locals->ReturnBusWidth / 4) + locals->UrgentLatency))); in dml20_ModeSupportAndSystemConfigurationFull() 3483 locals->UrgentLatency / (locals->ReturnBWToDCNPerState * locals->UrgentLatency in dml20_ModeSupportAndSystemConfigurationFull() 3490 * locals->ReturnBusWidth * locals->DCFCLKPerState[i] * locals->UrgentLatency / in dml20_ModeSupportAndSystemConfigurationFull() [all …]
|
| D | display_mode_vba_20v2.c | 1525 mode_lib->vba.UrgentLatency = mode_lib->vba.UrgentLatencyPixelDataOnly; in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3526 locals->ReturnBWToDCNPerState * 4 * (1 - locals->UrgentLatency / in dml20v2_ModeSupportAndSystemConfigurationFull() 3529 * locals->ReturnBusWidth / 4) + locals->UrgentLatency))); in dml20v2_ModeSupportAndSystemConfigurationFull() 3532 locals->UrgentLatency / (locals->ReturnBWToDCNPerState * locals->UrgentLatency in dml20v2_ModeSupportAndSystemConfigurationFull() 3539 * locals->ReturnBusWidth * locals->DCFCLKPerState[i] * locals->UrgentLatency / in dml20v2_ModeSupportAndSystemConfigurationFull() 3540 dml_pow((locals->ReturnBWToDCNPerState * locals->UrgentLatency in dml20v2_ModeSupportAndSystemConfigurationFull() 3549 locals->ReturnBWToDCNPerState * 4 * (1 - locals->UrgentLatency / in dml20v2_ModeSupportAndSystemConfigurationFull() 3552 * locals->ReturnBusWidth / 4) + locals->UrgentLatency))); in dml20v2_ModeSupportAndSystemConfigurationFull() 3555 locals->UrgentLatency / (locals->ReturnBWToDCNPerState * locals->UrgentLatency in dml20v2_ModeSupportAndSystemConfigurationFull() 3562 * locals->ReturnBusWidth * locals->DCFCLKPerState[i] * locals->UrgentLatency / in dml20v2_ModeSupportAndSystemConfigurationFull() [all …]
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/ |
| D | display_mode_vba.c | 88 dml_get_attr_func(wm_memory_trip, mode_lib->vba.UrgentLatency); 97 dml_get_attr_func(urgent_latency, mode_lib->vba.UrgentLatency);
|
| D | display_mode_vba.h | 207 double UrgentLatency; // max of the above three member
|