Home
last modified time | relevance | path

Searched refs:StutterBurstTime (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c1523 l->StutterBurstTime = l->PartOfUncompressedPixelBurstThatFitsInROBAndCompressedBuffer in dcn6_calculate_stutter_efficiency()
1531 DML_LOG_VERBOSE("DML::%s: StutterBurstTime = %f\n", __func__, l->StutterBurstTime); in dcn6_calculate_stutter_efficiency()
1560 …*p->StutterEfficiencyNotIncludingVBlank = math_max2(0., 1 - (p->SRExitTime + l->StutterBurstTime) … in dcn6_calculate_stutter_efficiency()
1561 …iciencyNotIncludingVBlank = math_max2(0., 1 - (p->SRExitZ8Time + l->StutterBurstTime) / *p->Stutte… in dcn6_calculate_stutter_efficiency()
1562 …yNotIncludingVBlank = math_max2(0., 1 - (p->SRExitTimeLowPower + l->StutterBurstTime) / *p->Stutte… in dcn6_calculate_stutter_efficiency()
1587 …ency = (1 - (*p->NumberOfStutterBurstsPerFrame * p->SRExitTime + l->StutterBurstTime * l->VActiveT… in dcn6_calculate_stutter_efficiency()
1598 … = (1 - (*p->Z8NumberOfStutterBurstsPerFrame * p->SRExitZ8Time + l->StutterBurstTime * l->VActiveT… in dcn6_calculate_stutter_efficiency()
1609 …>LowPowerNumberOfStutterBurstsPerFrame * p->SRExitTimeLowPower + l->StutterBurstTime * l->VActiveT… in dcn6_calculate_stutter_efficiency()
1621 DML_LOG_VERBOSE("DML::%s: StutterBurstTime = %f\n", __func__, l->StutterBurstTime); in dcn6_calculate_stutter_efficiency()
H A Ddml2_core_dcn5_calcs_dchub.c5128 l->StutterBurstTime = l->PartOfUncompressedPixelBurstThatFitsInROBAndCompressedBuffer in dcn5_calculate_stutter_efficiency()
5136 DML_LOG_VERBOSE("DML::%s: StutterBurstTime = %f\n", __func__, l->StutterBurstTime); in dcn5_calculate_stutter_efficiency()
5164 …*p->StutterEfficiencyNotIncludingVBlank = math_max2(0., 1 - (p->SRExitTime + l->StutterBurstTime) … in dcn5_calculate_stutter_efficiency()
5165 …iciencyNotIncludingVBlank = math_max2(0., 1 - (p->SRExitZ8Time + l->StutterBurstTime) / *p->Stutte… in dcn5_calculate_stutter_efficiency()
5184 …ency = (1 - (*p->NumberOfStutterBurstsPerFrame * p->SRExitTime + l->StutterBurstTime * l->VActiveT… in dcn5_calculate_stutter_efficiency()
5195 … = (1 - (*p->Z8NumberOfStutterBurstsPerFrame * p->SRExitZ8Time + l->StutterBurstTime * l->VActiveT… in dcn5_calculate_stutter_efficiency()
5207 DML_LOG_VERBOSE("DML::%s: StutterBurstTime = %f\n", __func__, l->StutterBurstTime); in dcn5_calculate_stutter_efficiency()
H A Ddml2_core_shared_types.h1924 double StutterBurstTime; member