Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c3290 int32_t stable_pstate_sclk = 0, stable_pstate_mclk = 0; in smu7_apply_state_adjust_rules() local
3333 stable_pstate_mclk = max_limits->mclk; in smu7_apply_state_adjust_rules()
3336 minimum_clocks.memoryClock = stable_pstate_mclk; in smu7_apply_state_adjust_rules()
3434 smu7_ps->performance_levels[i].memory_clock = stable_pstate_mclk; in smu7_apply_state_adjust_rules()
Dvega10_hwmgr.c3256 uint32_t stable_pstate_sclk = 0, stable_pstate_mclk = 0; in vega10_apply_state_adjust_rules() local
3313 stable_pstate_mclk = max_limits->mclk; in vega10_apply_state_adjust_rules()
3316 minimum_clocks.memoryClock = stable_pstate_mclk; in vega10_apply_state_adjust_rules()
3381 vega10_ps->performance_levels[i].mem_clock = stable_pstate_mclk; in vega10_apply_state_adjust_rules()