• Home
  • Raw
  • Download

Lines Matching refs:performance_level_count

807 		for (i = 0; i < ps->performance_level_count; i++) {  in ni_apply_state_adjust_rules()
824 ps->performance_levels[ps->performance_level_count - 1].mclk; in ni_apply_state_adjust_rules()
826 ps->performance_levels[ps->performance_level_count - 1].vddci; in ni_apply_state_adjust_rules()
833 for (i = 1; i < ps->performance_level_count; i++) { in ni_apply_state_adjust_rules()
844 for (i = 1; i < ps->performance_level_count; i++) { in ni_apply_state_adjust_rules()
850 for (i = 0; i < ps->performance_level_count; i++) { in ni_apply_state_adjust_rules()
855 for (i = 1; i < ps->performance_level_count; i++) { in ni_apply_state_adjust_rules()
863 for (i = 1; i < ps->performance_level_count; i++) in ni_apply_state_adjust_rules()
868 for (i = 0; i < ps->performance_level_count; i++) in ni_apply_state_adjust_rules()
872 for (i = 0; i < ps->performance_level_count; i++) { in ni_apply_state_adjust_rules()
887 for (i = 0; i < ps->performance_level_count; i++) { in ni_apply_state_adjust_rules()
895 for (i = 0; i < ps->performance_level_count; i++) { in ni_apply_state_adjust_rules()
1397 if (state->performance_level_count < 3) in ni_calculate_power_boost_limit()
1401 state->performance_levels[state->performance_level_count - 2].vddc, in ni_calculate_power_boost_limit()
1411 state->performance_levels[state->performance_level_count - 1].vddc, in ni_calculate_power_boost_limit()
1645 for (i = 0; i < state->performance_level_count; i++) { in ni_do_program_memory_timing_parameters()
2300 for (i = 0; i < ps->performance_level_count - 1; i++) in ni_populate_smc_sp()
2303 smc_state->levels[ps->performance_level_count - 1].bSP = in ni_populate_smc_sp()
2400 if (state->performance_level_count >= 9) in ni_populate_smc_t()
2403 if (state->performance_level_count < 2) { in ni_populate_smc_t()
2411 for (i = 0; i <= state->performance_level_count - 2; i++) { in ni_populate_smc_t()
2438 high_bsp = (i == state->performance_level_count - 2) ? in ni_populate_smc_t()
2468 if (state->performance_level_count == 0) in ni_populate_power_containment_values()
2471 if (smc_state->levelCount != state->performance_level_count) in ni_populate_power_containment_values()
2499 for (i = 1; i < state->performance_level_count; i++) { in ni_populate_power_containment_values()
2502 max_ps_percent = (i != (state->performance_level_count - 1)) ? in ni_populate_power_containment_values()
2527 ((i != (state->performance_level_count - 1)) && power_boost_limit) ? in ni_populate_power_containment_values()
2545 if (state->performance_level_count == 0) in ni_populate_sq_ramping_values()
2548 if (smc_state->levelCount != state->performance_level_count) in ni_populate_sq_ramping_values()
2569 for (i = 0; i < state->performance_level_count; i++) { in ni_populate_sq_ramping_values()
2630 u32 threshold = state->performance_levels[state->performance_level_count - 1].sclk * 100 / 100; in ni_convert_power_state_to_smc()
2637 if (state->performance_level_count > NISLANDS_MAX_SMC_PERFORMANCE_LEVELS_PER_SWSTATE) in ni_convert_power_state_to_smc()
2640 for (i = 0; i < state->performance_level_count; i++) { in ni_convert_power_state_to_smc()
2983 for (i = 0; i < state->performance_level_count; i++) { in ni_convert_mc_reg_table_to_smc()
3040 sizeof(SMC_NIslands_MCRegisterSet) * ni_new_state->performance_level_count, in ni_upload_mc_reg_table()
3517 if (new_state->performance_levels[new_state->performance_level_count - 1].sclk >= in ni_set_uvd_clock_before_set_eng_clock()
3518 current_state->performance_levels[current_state->performance_level_count - 1].sclk) in ni_set_uvd_clock_before_set_eng_clock()
3535 if (new_state->performance_levels[new_state->performance_level_count - 1].sclk < in ni_set_uvd_clock_after_set_eng_clock()
3536 current_state->performance_levels[current_state->performance_level_count - 1].sclk) in ni_set_uvd_clock_after_set_eng_clock()
3927 ps->performance_level_count = index + 1; in ni_parse_pplib_clock_info()
4287 for (i = 0; i < ps->performance_level_count; i++) { in ni_dpm_print_power_state()
4310 if (current_index >= ps->performance_level_count) { in ni_dpm_debugfs_print_current_performance_level()
4330 if (current_index >= ps->performance_level_count) { in ni_dpm_get_current_sclk()
4348 if (current_index >= ps->performance_level_count) { in ni_dpm_get_current_mclk()
4364 return requested_state->performance_levels[requested_state->performance_level_count - 1].sclk; in ni_dpm_get_sclk()
4375 return requested_state->performance_levels[requested_state->performance_level_count - 1].mclk; in ni_dpm_get_mclk()