Lines Matching refs:new_rps
55 struct amdgpu_ps *new_rps);
61 struct amdgpu_ps *new_rps,
1802 struct amdgpu_ps *new_rps) in kv_set_valid_clock_range() argument
1804 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range()
1864 struct amdgpu_ps *new_rps) in kv_update_dfs_bypass_settings() argument
1866 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings()
2232 struct amdgpu_ps *new_rps, in kv_apply_state_adjust_rules() argument
2235 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules()
2247 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2248 new_rps->evclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].evclk; in kv_apply_state_adjust_rules()
2249 new_rps->ecclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].ecclk; in kv_apply_state_adjust_rules()
2251 new_rps->evclk = 0; in kv_apply_state_adjust_rules()
2252 new_rps->ecclk = 0; in kv_apply_state_adjust_rules()
2274 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
2315 pi->video_start = new_rps->dclk || new_rps->vclk || in kv_apply_state_adjust_rules()
2316 new_rps->evclk || new_rps->ecclk; in kv_apply_state_adjust_rules()
2318 if ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_UI_MASK) == in kv_apply_state_adjust_rules()
2524 struct amdgpu_ps *new_rps) in kv_program_nbps_index_settings() argument
2526 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_program_nbps_index_settings()