Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h766 double *Tdmdl,
H 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()
H A Ddisplay_mode_vba_32.c832 &v->Tdmdl[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1435 v->Tdmdl[k] = v->Tdmdl[k] + Tvstartup_margin; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1097 dml_float_t Tdmdl[__DML_NUM_PLANES__]; member
1638 dml_float_t *Tdmdl; member
H 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()
9053 CalculatePrefetchSchedule_params->Tdmdl = &locals->Tdmdl[k]; in dml_core_mode_programming()
9690 locals->Tdmdl[k] = locals->Tdmdl[k] + s->Tvstartup_margin; in dml_core_mode_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1013 double Tdmdl[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c161 dml_get_pipe_attr_func(dmdata_dl_delta_in_us, mode_lib->vba.Tdmdl);
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c844 v->Tdmdl[k] = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
846 v->Tdmdl[k] = TWait + UrgentExtraLatency; in CalculatePrefetchSchedule()
850 if (VStartup * LineTime < Tsetup + v->Tdmdl[k] + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
858 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", v->Tdmdl[k]); in CalculatePrefetchSchedule()
909 dst_y_prefetch_equ = VStartup - (Tsetup + dml_max(TWait + TCalc, v->Tdmdl[k])) / LineTime in CalculatePrefetchSchedule()
952 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", v->Tdmdl[k]); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c5209 *p->Tdmdl = *p->Tdmdl_vm + p->Ttrip; in CalculatePrefetchSchedule()
5212 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in CalculatePrefetchSchedule()
5216 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
5222 …SE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
5507 …SE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
7535 CalculatePrefetchSchedule_params->Tdmdl = &s->dummy_single[1]; in dml_core_ms_prefetch_check()
11322 CalculatePrefetchSchedule_params->Tdmdl = &mode_lib->mp.Tdmdl[k]; in dml_core_mode_programming()
11895 mode_lib->mp.Tdmdl[k] = mode_lib->mp.Tdmdl[k] + s->Tvstartup_margin; in dml_core_mode_programming()
12549 …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()
13288 out->informative.misc.Tdmdl[k] = mode_lib->mp.Tdmdl[k]; in dml2_core_calcs_get_informative()