Home
last modified time | relevance | path

Searched refs:Tdmdl (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h762 double *Tdmdl,
Ddisplay_mode_vba_util_32.c3436 double *Tdmdl, in dml32_CalculatePrefetchSchedule()
3517 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in dml32_CalculatePrefetchSchedule()
3519 *Tdmdl = TWait + UrgentExtraLatency; in dml32_CalculatePrefetchSchedule()
3523 *Tdmdl = 0.0; in dml32_CalculatePrefetchSchedule()
3527 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) { in dml32_CalculatePrefetchSchedule()
3537 __func__, *Tdmdl); in dml32_CalculatePrefetchSchedule()
3668 dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - in dml32_CalculatePrefetchSchedule()
3715 …_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd\n", __func__, *Tdmdl); in dml32_CalculatePrefetchSchedule()
Ddisplay_mode_vba_32.c826 &v->Tdmdl[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1423 v->Tdmdl[k] = v->Tdmdl[k] + Tvstartup_margin; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c159 double *Tdmdl,
870 double *Tdmdl,
952 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
954 *Tdmdl = TWait + UrgentExtraLatency;
959 *Tdmdl = 0.0;
964 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
970 …print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *Tdmdl);
1104 …dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - (*DSTYAft…
1130 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl);
2684 &v->Tdmdl[k],
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c171 double *Tdmdl,
892 double *Tdmdl,
974 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
976 *Tdmdl = TWait + UrgentExtraLatency;
981 *Tdmdl = 0.0;
986 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
992 …_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd\n", __func__, *Tdmdl);
1126 …dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - (*DSTYAft…
1152 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd\n", *Tdmdl);
2706 &v->Tdmdl[k],
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c144 double *Tdmdl,
875 double *Tdmdl, in CalculatePrefetchSchedule()
941 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
943 *Tdmdl = TWait + UrgentExtraLatency; in CalculatePrefetchSchedule()
947 if (VStartup * LineTime < Tsetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
955 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
1006 dst_y_prefetch_equ = VStartup - (Tsetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime in CalculatePrefetchSchedule()
1048 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
2511 &v->Tdmdl[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4840 &v->Tdmdl[k], in dml30_ModeSupportAndSystemConfigurationFull()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h1002 double Tdmdl[DC__NUM_DPP__MAX]; member
Ddisplay_mode_vba.c161 dml_get_pipe_attr_func(dmdata_dl_delta_in_us, mode_lib->vba.Tdmdl);