Lines Matching refs:new_rps
56 struct amdgpu_ps *new_rps);
62 struct amdgpu_ps *new_rps,
1773 struct amdgpu_ps *new_rps) in kv_set_valid_clock_range() argument
1775 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range()
1835 struct amdgpu_ps *new_rps) in kv_update_dfs_bypass_settings() argument
1837 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings()
2206 struct amdgpu_ps *new_rps, in kv_apply_state_adjust_rules() argument
2209 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules()
2221 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2222 new_rps->evclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].evclk; in kv_apply_state_adjust_rules()
2223 new_rps->ecclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].ecclk; in kv_apply_state_adjust_rules()
2225 new_rps->evclk = 0; in kv_apply_state_adjust_rules()
2226 new_rps->ecclk = 0; in kv_apply_state_adjust_rules()
2248 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2289 pi->video_start = new_rps->dclk || new_rps->vclk || in kv_apply_state_adjust_rules()
2290 new_rps->evclk || new_rps->ecclk; in kv_apply_state_adjust_rules()
2292 if ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_UI_MASK) == in kv_apply_state_adjust_rules()
2498 struct amdgpu_ps *new_rps) in kv_program_nbps_index_settings() argument
2500 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_program_nbps_index_settings()