Home
last modified time | relevance | path

Searched refs:Tdmdl (Results 1 – 8 of 8) 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_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/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h782 double Tdmdl[DML2_MAX_PLANES]; member
1993 double *Tdmdl; member
H A Ddml2_core_dcn4_calcs.c5229 *p->Tdmdl = *p->Tdmdl_vm + p->Ttrip; in CalculatePrefetchSchedule()
5232 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in CalculatePrefetchSchedule()
5236 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
5242 …SE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
5527 …SE("DML::%s: Tdmdl: %fus - time for fabric to become ready and fetch dmd \n", __func__, *p->Tdmdl); in CalculatePrefetchSchedule()
7555 CalculatePrefetchSchedule_params->Tdmdl = &s->dummy_single[1]; in dml_core_ms_prefetch_check()
11343 CalculatePrefetchSchedule_params->Tdmdl = &mode_lib->mp.Tdmdl[k]; in dml_core_mode_programming()
11916 mode_lib->mp.Tdmdl[k] = mode_lib->mp.Tdmdl[k] + s->Tvstartup_margin; in dml_core_mode_programming()
12592 …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()
13331 out->informative.misc.Tdmdl[k] = mode_lib->mp.Tdmdl[k]; in dml2_core_calcs_get_informative()
/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()
6422 CalculatePrefetchSchedule_params->Tdmdl = &s->dummy_single[1]; in dml_prefetch_check()
9070 CalculatePrefetchSchedule_params->Tdmdl = &locals->Tdmdl[k]; in dml_core_mode_programming()
9707 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);