Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h673 double *Tdmbf,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1416 double Tdmbf; member
H A Ddml2_core_dcn4_calcs.c4842 double *Tdmbf, in CalculateVUpdateAndDynamicMetadataParameters() argument
4855 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / Dispclk; in CalculateVUpdateAndDynamicMetadataParameters()
5153 s->Tdmbf = 0.0; in CalculatePrefetchSchedule()
5209 &s->Tdmbf, in CalculatePrefetchSchedule()
5236 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
5239 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
5519 …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/dml2_0/
H A Ddisplay_mode_core_structs.h1861 dml_float_t Tdmbf; member
H A Ddisplay_mode_core.c365 dml_float_t *Tdmbf,
1029 s->Tdmbf = 0.0; in CalculatePrefetchSchedule()
1070 &s->Tdmbf, in CalculatePrefetchSchedule()
1094 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) { in CalculatePrefetchSchedule()
1097 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
1269 …L::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf); in CalculatePrefetchSchedule()
1868 dml_float_t *Tdmbf, in CalculateVUpdateAndDynamicMetadataParameters() argument
1881 *Tdmbf = DynamicMetadataTransmittedBytes / 4.0 / Dispclk; in CalculateVUpdateAndDynamicMetadataParameters()