Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h630 double Tdmdl[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h649 double Tdmdl[DML2_MAX_PLANES]; member
1768 double *Tdmdl; member
H A Ddml2_core_shared.c2387 CalculatePrefetchSchedule_params->Tdmdl = &s->dummy_single[1]; in dml2_core_shared_mode_support()
7626 *p->Tdmdl = *p->Tdmdl_vm + p->Ttrip; in CalculatePrefetchSchedule()
7629 *p->Tdmdl = p->TWait + p->ExtraLatencyPrefetch; // Tex in CalculatePrefetchSchedule()
7633 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
7639 …tf("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
7805 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(s->TWait_p + p->TCalc, *p->Tdmdl - p… in CalculatePrefetchSchedule()
7859 …tf("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
10714 CalculatePrefetchSchedule_params->Tdmdl = &mode_lib->mp.Tdmdl[k]; in dml2_core_shared_mode_programming()
11242 mode_lib->mp.Tdmdl[k] = mode_lib->mp.Tdmdl[k] + s->Tvstartup_margin; in dml2_core_shared_mode_programming()
11768 …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()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h766 double *Tdmdl,
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/dml/dcn31/
H 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…
1133 dml_print("DML: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", *Tdmdl);
2675 &v->Tdmdl[k],
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1040 dml_float_t Tdmdl[__DML_NUM_PLANES__]; member
1581 dml_float_t *Tdmdl; member
/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);