Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c292 double *Tdmec,
905 double Tdmec = 0; in CalculatePrefetchSchedule() local
930 &Tdmec, in CalculatePrefetchSchedule()
944 if (VStartup * LineTime < Tsetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
950 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec); in CalculatePrefetchSchedule()
1043 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec); in CalculatePrefetchSchedule()
3271 double *Tsetup, double *Tdmbf, double *Tdmec, double *Tdmsks) in CalculateDynamicMetadataParameters() argument
3283 *Tdmec in CalculateDynamicMetadataParameters()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c295 double *Tdmec,
924 double Tdmec; local
957 &Tdmec,
984 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
988 dml_print("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, Tdmec);
1149 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec);
3522 double *Tdmec, argument
3536 *Tdmec
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c286 double *Tdmec,
906 double Tdmec; local
939 &Tdmec,
966 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
970 dml_print("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, Tdmec);
1131 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec);
3416 double *Tdmec, argument
3430 *Tdmec
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1394 double Tdmec; member
H A Ddml2_core_dcn4_calcs.c4804 double *Tdmec, in CalculateVUpdateAndDynamicMetadataParameters() argument
4817 *Tdmec = HTotal / PixelClock; in CalculateVUpdateAndDynamicMetadataParameters()
5115 s->Tdmec = 0.0; in CalculatePrefetchSchedule()
5171 &s->Tdmec, in CalculatePrefetchSchedule()
5197 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
5201 DML_LOG_VERBOSE("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
5481 DML_LOG_VERBOSE("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c561 double Tdmbf, Tdmec, Tdmsks; in CalculatePrefetchSchedule() local
565 Tdmec = LineTime; in CalculatePrefetchSchedule()
573 < Tsetup + TWait + UrgentExtraLatency + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
576 + UrgentExtraLatency + Tdmbf + Tdmec + Tdmsks) / LineTime; in CalculatePrefetchSchedule()
H A Ddisplay_mode_vba_20v2.c624 double Tdmbf, Tdmec, Tdmsks; in CalculatePrefetchSchedule() local
628 Tdmec = LineTime; in CalculatePrefetchSchedule()
636 < Tsetup + TWait + UrgentExtraLatency + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c770 double Tdmbf, Tdmec, Tdmsks; in CalculatePrefetchSchedule() local
774 Tdmec = LineTime; in CalculatePrefetchSchedule()
782 < Tsetup + TWait + UrgentExtraLatency + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
785 + UrgentExtraLatency + Tdmbf + Tdmec + Tdmsks) / LineTime; in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1863 dml_float_t Tdmec; member