Lines Matching refs:amdgpu_ps

326 static struct ci_ps *ci_get_ps(struct amdgpu_ps *rps)  in ci_get_ps()
926 struct amdgpu_ps *rps) in ci_apply_state_adjust_rules()
2723 struct amdgpu_ps *amdgpu_boot_state) in ci_populate_smc_initial_state()
3704 struct amdgpu_ps *amdgpu_boot_state = adev->pm.dpm.boot_ps; in ci_init_smc_table()
3895 struct amdgpu_ps *amdgpu_state) in ci_trim_dpm_states()
4003 struct amdgpu_ps *amdgpu_state) in ci_find_dpm_states_clocks_in_dpm_table()
4042 struct amdgpu_ps *amdgpu_state) in ci_populate_and_upload_sclk_mclk_dpm_levels()
4266 struct amdgpu_ps *amdgpu_new_state, in ci_update_vce_dpm()
4267 struct amdgpu_ps *amdgpu_current_state) in ci_update_vce_dpm()
4316 struct amdgpu_ps *amdgpu_state) in ci_generate_dpm_level_enable_mask()
4947 struct amdgpu_ps *amdgpu_state) in ci_get_maximum_link_speed()
4998 struct amdgpu_ps *amdgpu_new_state, in ci_request_link_speed_change_before_state_change()
4999 struct amdgpu_ps *amdgpu_current_state) in ci_request_link_speed_change_before_state_change()
5037 struct amdgpu_ps *amdgpu_new_state, in ci_notify_link_speed_change_after_state_change()
5038 struct amdgpu_ps *amdgpu_current_state) in ci_notify_link_speed_change_after_state_change()
5240 struct amdgpu_ps *rps) in ci_update_current_ps()
5252 struct amdgpu_ps *rps) in ci_update_requested_ps()
5267 struct amdgpu_ps requested_ps = *adev->pm.dpm.requested_ps; in ci_dpm_pre_set_power_state()
5268 struct amdgpu_ps *new_ps = &requested_ps; in ci_dpm_pre_set_power_state()
5281 struct amdgpu_ps *new_ps = &pi->requested_rps; in ci_dpm_post_set_power_state()
5297 struct amdgpu_ps *boot_ps = adev->pm.dpm.boot_ps; in ci_dpm_enable()
5420 struct amdgpu_ps *boot_ps = adev->pm.dpm.boot_ps; in ci_dpm_disable()
5457 struct amdgpu_ps *new_ps = &pi->requested_rps; in ci_dpm_set_power_state()
5458 struct amdgpu_ps *old_ps = &pi->current_rps; in ci_dpm_set_power_state()
5557 struct amdgpu_ps *rps, in ci_parse_pplib_non_clock_info()
5580 struct amdgpu_ps *rps, int index, in ci_parse_pplib_clock_info()
5683 sizeof(struct amdgpu_ps), in ci_parse_power_table()
6089 struct amdgpu_ps *rps = &pi->current_rps; in ci_dpm_debugfs_print_current_performance_level()
6113 struct amdgpu_ps *rps = (struct amdgpu_ps *)current_ps; in ci_dpm_print_power_state()
6147 struct amdgpu_ps *cps = (struct amdgpu_ps *)current_ps; in ci_check_state_equal()
6148 struct amdgpu_ps *rps = (struct amdgpu_ps *)request_ps; in ci_check_state_equal()
6154 ci_cps = ci_get_ps((struct amdgpu_ps *)cps); in ci_check_state_equal()
6155 ci_rps = ci_get_ps((struct amdgpu_ps *)rps); in ci_check_state_equal()