Lines Matching refs:new_rps
56 struct amdgpu_ps *new_rps);
62 struct amdgpu_ps *new_rps,
1764 struct amdgpu_ps *new_rps) in kv_set_valid_clock_range() argument
1766 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range()
1826 struct amdgpu_ps *new_rps) in kv_update_dfs_bypass_settings() argument
1828 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings()
2197 struct amdgpu_ps *new_rps, in kv_apply_state_adjust_rules() argument
2200 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules()
2212 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2213 new_rps->evclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].evclk; in kv_apply_state_adjust_rules()
2214 new_rps->ecclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].ecclk; in kv_apply_state_adjust_rules()
2216 new_rps->evclk = 0; in kv_apply_state_adjust_rules()
2217 new_rps->ecclk = 0; in kv_apply_state_adjust_rules()
2239 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2280 pi->video_start = new_rps->dclk || new_rps->vclk || in kv_apply_state_adjust_rules()
2281 new_rps->evclk || new_rps->ecclk; in kv_apply_state_adjust_rules()
2283 if ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_UI_MASK) == in kv_apply_state_adjust_rules()
2489 struct amdgpu_ps *new_rps) in kv_program_nbps_index_settings() argument
2491 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_program_nbps_index_settings()