Home
last modified time | relevance | path

Searched refs:LowPowerStutterEfficiencyNotIncludingVBlank (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c1562 …*p->LowPowerStutterEfficiencyNotIncludingVBlank = math_max2(0., 1 - (p->SRExitTimeLowPower + l->St… in dcn6_calculate_stutter_efficiency()
1565 …*p->LowPowerNumberOfStutterBurstsPerFrame = (*p->LowPowerStutterEfficiencyNotIncludingVBlank > 0 ?… in dcn6_calculate_stutter_efficiency()
1570 *p->LowPowerStutterEfficiencyNotIncludingVBlank = 0.0; in dcn6_calculate_stutter_efficiency()
1578 …terEfficiencyNotIncludingVBlank = %f\n", __func__, *p->LowPowerStutterEfficiencyNotIncludingVBlank in dcn6_calculate_stutter_efficiency()
1605 if (*p->LowPowerStutterEfficiencyNotIncludingVBlank > 0) { in dcn6_calculate_stutter_efficiency()
1607 *p->LowPowerStutterEfficiency = *p->LowPowerStutterEfficiencyNotIncludingVBlank; in dcn6_calculate_stutter_efficiency()
H A Ddml2_core_shared_types.h966 double LowPowerStutterEfficiencyNotIncludingVBlank; member
1983 double *LowPowerStutterEfficiencyNotIncludingVBlank; member