Lines Matching refs:new_rps
56 struct amdgpu_ps *new_rps);
62 struct amdgpu_ps *new_rps,
1772 struct amdgpu_ps *new_rps) in kv_set_valid_clock_range() argument
1774 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range()
1834 struct amdgpu_ps *new_rps) in kv_update_dfs_bypass_settings() argument
1836 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings()
2205 struct amdgpu_ps *new_rps, in kv_apply_state_adjust_rules() argument
2208 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules()
2220 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2221 new_rps->evclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].evclk; in kv_apply_state_adjust_rules()
2222 new_rps->ecclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].ecclk; in kv_apply_state_adjust_rules()
2224 new_rps->evclk = 0; in kv_apply_state_adjust_rules()
2225 new_rps->ecclk = 0; in kv_apply_state_adjust_rules()
2247 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2288 pi->video_start = new_rps->dclk || new_rps->vclk || in kv_apply_state_adjust_rules()
2289 new_rps->evclk || new_rps->ecclk; in kv_apply_state_adjust_rules()
2291 if ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_UI_MASK) == in kv_apply_state_adjust_rules()
2497 struct amdgpu_ps *new_rps) in kv_program_nbps_index_settings() argument
2499 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_program_nbps_index_settings()