Searched refs:stable_pstate_sclk (Results 1 – 3 of 3) sorted by relevance
700 unsigned long stable_pstate_sclk; in smu8_update_sclk_limit() local733 stable_pstate_sclk = (hwmgr->dyn_state.max_clock_voltage_on_ac.mclk * in smu8_update_sclk_limit()736 if (clock < stable_pstate_sclk) in smu8_update_sclk_limit()737 clock = stable_pstate_sclk; in smu8_update_sclk_limit()
3330 int32_t stable_pstate_sclk = 0, stable_pstate_mclk = 0; in smu7_apply_state_adjust_rules() local3362 stable_pstate_sclk = (max_limits->sclk * 75) / 100; in smu7_apply_state_adjust_rules()3366 if (stable_pstate_sclk >= in smu7_apply_state_adjust_rules()3368 stable_pstate_sclk = in smu7_apply_state_adjust_rules()3375 stable_pstate_sclk = table_info->vdd_dep_on_sclk->entries[0].clk; in smu7_apply_state_adjust_rules()3379 minimum_clocks.engineClock = stable_pstate_sclk; in smu7_apply_state_adjust_rules()3477 smu7_ps->performance_levels[i].engine_clock = stable_pstate_sclk; in smu7_apply_state_adjust_rules()
3296 uint32_t stable_pstate_sclk = 0, stable_pstate_mclk = 0; in vega10_apply_state_adjust_rules() local3341 stable_pstate_sclk = (max_limits->sclk * in vega10_apply_state_adjust_rules()3346 if (stable_pstate_sclk >= in vega10_apply_state_adjust_rules()3348 stable_pstate_sclk = in vega10_apply_state_adjust_rules()3355 stable_pstate_sclk = table_info->vdd_dep_on_sclk->entries[0].clk; in vega10_apply_state_adjust_rules()3359 minimum_clocks.engineClock = stable_pstate_sclk; in vega10_apply_state_adjust_rules()3424 vega10_ps->performance_levels[i].gfx_clock = stable_pstate_sclk; in vega10_apply_state_adjust_rules()