Lines Matching refs:performance_level_count

3347 		for (i = 0; i < smu7_ps->performance_level_count; i++) {
3408 [smu7_ps->performance_level_count - 1].memory_clock;
3475 for (i = 0; i < smu7_ps->performance_level_count; i++) {
3505 [smu7_ps->performance_level_count-1].memory_clock;
3527 [smu7_ps->performance_level_count-1].engine_clock;
3641 [smu7_power_state->performance_level_count++]);
3644 (smu7_power_state->performance_level_count < smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_GRAPHICS)),
3649 (smu7_power_state->performance_level_count <
3669 [smu7_power_state->performance_level_count++]);
3737 for (i = 0; i < ps->performance_level_count; i++) {
3761 for (i = 0; i < ps->performance_level_count; i++) {
3808 (ps->performance_level_count < smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_GRAPHICS)),
3813 (ps->performance_level_count <
3819 [ps->performance_level_count++]);
3886 for (i = 0; i < ps->performance_level_count; i++) {
3911 for (i = 0; i < ps->performance_level_count; i++) {
4086 [smu7_ps->performance_level_count - 1].engine_clock;
4089 [smu7_ps->performance_level_count - 1].memory_clock;
4139 for (i = 0; i < smu7_ps->performance_level_count; i++) {
4317 PP_ASSERT_WITH_CODE((smu7_ps->performance_level_count >= 1),
4321 high_limit_count = (1 == smu7_ps->performance_level_count) ? 0 : 1;
4724 if (psa->performance_level_count != psb->performance_level_count) {
4729 for (i = 0; i < psa->performance_level_count; i++) {
5115 smu7_ps->performance_levels[smu7_ps->performance_level_count - 1].engine_clock =
5157 smu7_ps->performance_levels[smu7_ps->performance_level_count - 1].memory_clock =
5714 i = index > ps->performance_level_count - 1 ?
5715 ps->performance_level_count - 1 : index;