Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
A Ddml_top_types.h635 double Tdmdl[DML2_MAX_PLANES]; member
/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddisplay_mode_vba_util_32.h766 double *Tdmdl,
A Ddisplay_mode_vba_util_32.c3444 double *Tdmdl, in dml32_CalculatePrefetchSchedule()
3526 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in dml32_CalculatePrefetchSchedule()
3528 *Tdmdl = TWait + UrgentExtraLatency; in dml32_CalculatePrefetchSchedule()
3532 *Tdmdl = 0.0; in dml32_CalculatePrefetchSchedule()
3536 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) { in dml32_CalculatePrefetchSchedule()
3546 __func__, *Tdmdl); in dml32_CalculatePrefetchSchedule()
3677 dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - in dml32_CalculatePrefetchSchedule()
3724 …_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd\n", __func__, *Tdmdl); in dml32_CalculatePrefetchSchedule()
A Ddisplay_mode_vba_32.c832 &v->Tdmdl[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1435 v->Tdmdl[k] = v->Tdmdl[k] + Tvstartup_margin; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c158 double *Tdmdl,
870 double *Tdmdl,
954 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
956 *Tdmdl = TWait + UrgentExtraLatency;
961 *Tdmdl = 0.0;
966 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
972 …print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *Tdmdl);
1107 …dst_y_prefetch_equ = VStartup - (*TSetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime - (*DSTYAft…
1134 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl);
2676 &v->Tdmdl[k],
[all …]
/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c167 double *Tdmdl,
888 double *Tdmdl,
972 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
974 *Tdmdl = TWait + UrgentExtraLatency;
979 *Tdmdl = 0.0;
984 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
990 …_print("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd\n", __func__, *Tdmdl);
1125 …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);
2695 &v->Tdmdl[k],
[all …]
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_shared_types.h768 double Tdmdl[DML2_MAX_PLANES]; member
1963 double *Tdmdl; member
A Ddml2_core_dcn4_calcs.c5190 *p->Tdmdl = *p->Tdmdl_vm + p->Ttrip; in CalculatePrefetchSchedule()
5193 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in CalculatePrefetchSchedule()
5197 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
5203 …SE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
5488 …SE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
7505 CalculatePrefetchSchedule_params->Tdmdl = &s->dummy_single[1]; in dml_core_ms_prefetch_check()
11272 CalculatePrefetchSchedule_params->Tdmdl = &mode_lib->mp.Tdmdl[k]; in dml_core_mode_programming()
11845 mode_lib->mp.Tdmdl[k] = mode_lib->mp.Tdmdl[k] + s->Tvstartup_margin; in dml_core_mode_programming()
12499 …disp_dlg_regs->dmdata_dl_delta = (unsigned int)(mode_lib->mp.Tdmdl[mode_lib->mp.pipe_plane[pipe_id… in rq_dlg_get_dlg_reg()
13234 out->informative.misc.Tdmdl[k] = mode_lib->mp.Tdmdl[k]; in dml2_core_calcs_get_informative()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c142 double *Tdmdl,
872 double *Tdmdl, in CalculatePrefetchSchedule()
938 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
940 *Tdmdl = TWait + UrgentExtraLatency; in CalculatePrefetchSchedule()
944 if (VStartup * LineTime < Tsetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
952 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
1003 dst_y_prefetch_equ = VStartup - (Tsetup + dml_max(TWait + TCalc, *Tdmdl)) / LineTime in CalculatePrefetchSchedule()
1046 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl); in CalculatePrefetchSchedule()
2500 &v->Tdmdl[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4832 &v->Tdmdl[k], in dml30_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddisplay_mode_core_structs.h1098 dml_float_t Tdmdl[__DML_NUM_PLANES__]; member
1639 dml_float_t *Tdmdl; member
A Ddisplay_mode_core.c1082 *p->Tdmdl = p->TWait + s->Tvm_trips + s->trip_to_mem; in CalculatePrefetchSchedule()
1084 *p->Tdmdl = p->TWait + p->UrgentExtraLatency; in CalculatePrefetchSchedule()
1089 *Tdmdl = 0.0; in CalculatePrefetchSchedule()
1094 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
1100 …nt("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
1225 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + dml_max(p->TWait + p->TCalc, *p->Tdmdl)) / s->… in CalculatePrefetchSchedule()
1273 …nt("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
6405 CalculatePrefetchSchedule_params->Tdmdl = &s->dummy_single[1]; in dml_prefetch_check()
9045 CalculatePrefetchSchedule_params->Tdmdl = &locals->Tdmdl[k]; in dml_core_mode_programming()
9682 locals->Tdmdl[k] = locals->Tdmdl[k] + s->Tvstartup_margin; in dml_core_mode_programming()
[all …]
/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h1013 double Tdmdl[DC__NUM_DPP__MAX]; member
A Ddisplay_mode_vba.c161 dml_get_pipe_attr_func(dmdata_dl_delta_in_us, mode_lib->vba.Tdmdl);

Completed in 147 milliseconds