Home
last modified time | relevance | path

Searched refs:Tdmbf (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h673 double *Tdmbf,
H A Ddisplay_mode_vba_util_32.c3204 double *Tdmbf, in dml32_CalculateVUpdateAndDynamicMetadataParameters() argument
3220 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / Dispclk; in dml32_CalculateVUpdateAndDynamicMetadataParameters()
3473 double Tdmbf; in dml32_CalculatePrefetchSchedule() local
3510 &Tdmbf, in dml32_CalculatePrefetchSchedule()
3532 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) { in dml32_CalculatePrefetchSchedule()
3537 __func__, Tdmbf); in dml32_CalculatePrefetchSchedule()
3717 …"DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, Tdmbf); in dml32_CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c291 double *Tdmbf,
904 double Tdmbf = 0; in CalculatePrefetchSchedule() local
929 &Tdmbf, in CalculatePrefetchSchedule()
944 if (VStartup * LineTime < Tsetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) { in CalculatePrefetchSchedule()
949 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf); in CalculatePrefetchSchedule()
1041 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf); in CalculatePrefetchSchedule()
3282 double *Tsetup, double *Tdmbf, double *Tdmec, double *Tdmsks) in CalculateDynamicMetadataParameters() argument
3293 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / DISPCLK; in CalculateDynamicMetadataParameters()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c285 double *Tdmbf,
905 double Tdmbf; local
938 &Tdmbf,
966 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
969 …"DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, Tdmbf);
1129 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf);
3426 double *Tdmbf, argument
3440 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / DISPCLK;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c294 double *Tdmbf,
923 double Tdmbf; local
956 &Tdmbf,
984 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
987 …"DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, Tdmbf);
1147 dml_print("DML: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", Tdmbf);
3523 double *Tdmbf, argument
3537 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / DISPCLK;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1211 double Tdmbf; member
H A Ddml2_core_shared.c501 double *Tdmbf,
7292 double *Tdmbf, in CalculateVUpdateAndDynamicMetadataParameters() argument
7305 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / Dispclk; in CalculateVUpdateAndDynamicMetadataParameters()
7554 s->Tdmbf = 0.0; in CalculatePrefetchSchedule()
7607 &s->Tdmbf, in CalculatePrefetchSchedule()
7633 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
7636 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
7855 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
H A Ddml2_core_dcn4_calcs.c4765 double *Tdmbf, in CalculateVUpdateAndDynamicMetadataParameters() argument
4778 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / Dispclk; in CalculateVUpdateAndDynamicMetadataParameters()
5076 s->Tdmbf = 0.0; in CalculatePrefetchSchedule()
5131 &s->Tdmbf, in CalculatePrefetchSchedule()
5158 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
5161 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
5401 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); 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
564 Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / DISPCLK; 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
627 Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / DISPCLK; 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
773 Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / myPipe->DISPCLK; 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.h1804 dml_float_t Tdmbf; member
H A Ddisplay_mode_core.c364 dml_float_t *Tdmbf,
1028 s->Tdmbf = 0.0; in CalculatePrefetchSchedule()
1069 &s->Tdmbf, in CalculatePrefetchSchedule()
1093 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
1096 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
1267 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
1862 dml_float_t *Tdmbf, in CalculateVUpdateAndDynamicMetadataParameters() argument
1875 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / Dispclk; in CalculateVUpdateAndDynamicMetadataParameters()