Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h674 double *Tdmec,
/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);
1130 dml_print("DML: Tdmec: %fus - time dio takes to transfer dmd\n", Tdmec);
3415 double *Tdmec, argument
3429 *Tdmec = HTotal / PixelClock;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1212 double Tdmec; member
H A Ddml2_core_shared.c502 double *Tdmec,
7293 double *Tdmec, in CalculateVUpdateAndDynamicMetadataParameters() argument
7306 *Tdmec = HTotal / PixelClock; in CalculateVUpdateAndDynamicMetadataParameters()
7555 s->Tdmec = 0.0; in CalculatePrefetchSchedule()
7608 &s->Tdmec, in CalculatePrefetchSchedule()
7633 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
7637 dml2_printf("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
7856 dml2_printf("DML::%s: Tdmec: %fus - time dio takes to transfer dmd\n", __func__, s->Tdmec); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1805 dml_float_t Tdmec; member