Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dkv_dpm.c2150 u32 stable_p_state_sclk = 0; in kv_apply_state_adjust_rules() local
2166 stable_p_state_sclk = (max_limits->sclk * 75) / 100; in kv_apply_state_adjust_rules()
2169 if (stable_p_state_sclk >= table->entries[i].clk) { in kv_apply_state_adjust_rules()
2170 stable_p_state_sclk = table->entries[i].clk; in kv_apply_state_adjust_rules()
2176 stable_p_state_sclk = table->entries[0].clk; in kv_apply_state_adjust_rules()
2178 sclk = stable_p_state_sclk; in kv_apply_state_adjust_rules()
2218 ps->levels[i].sclk = stable_p_state_sclk; in kv_apply_state_adjust_rules()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dkv_dpm.c2204 u32 stable_p_state_sclk = 0; in kv_apply_state_adjust_rules() local
2220 stable_p_state_sclk = (max_limits->sclk * 75) / 100; in kv_apply_state_adjust_rules()
2223 if (stable_p_state_sclk >= table->entries[i].clk) { in kv_apply_state_adjust_rules()
2224 stable_p_state_sclk = table->entries[i].clk; in kv_apply_state_adjust_rules()
2230 stable_p_state_sclk = table->entries[0].clk; in kv_apply_state_adjust_rules()
2232 sclk = stable_p_state_sclk; in kv_apply_state_adjust_rules()
2272 ps->levels[i].sclk = stable_p_state_sclk; in kv_apply_state_adjust_rules()