Home
last modified time | relevance | path

Searched refs:new_rps (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.c301 struct radeon_ps *new_rps,
796 struct radeon_ps *new_rps, in trinity_program_power_levels_0_to_n() argument
799 struct trinity_ps *new_ps = trinity_get_ps(new_rps); in trinity_program_power_levels_0_to_n()
878 struct radeon_ps *new_rps, in trinity_setup_uvd_clocks() argument
888 if (trinity_uvd_clocks_zero(new_rps) && in trinity_setup_uvd_clocks()
891 } else if (!trinity_uvd_clocks_zero(new_rps)) { in trinity_setup_uvd_clocks()
892 trinity_setup_uvd_clock_table(rdev, new_rps); in trinity_setup_uvd_clocks()
899 radeon_set_uvd_clocks(rdev, new_rps->vclk, new_rps->dclk); in trinity_setup_uvd_clocks()
906 if (trinity_uvd_clocks_zero(new_rps) || in trinity_setup_uvd_clocks()
907 trinity_uvd_clocks_equal(new_rps, old_rps)) in trinity_setup_uvd_clocks()
[all …]
H A Dsumo_dpm.c678 struct radeon_ps *new_rps, in sumo_pre_notify_alt_vddnb_change() argument
681 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_pre_notify_alt_vddnb_change()
696 struct radeon_ps *new_rps, in sumo_post_notify_alt_vddnb_change() argument
699 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_post_notify_alt_vddnb_change()
752 struct radeon_ps *new_rps, in sumo_program_power_levels_0_to_n() argument
756 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_program_power_levels_0_to_n()
815 struct radeon_ps *new_rps, in sumo_setup_uvd_clocks() argument
824 radeon_set_uvd_clocks(rdev, new_rps->vclk, new_rps->dclk); in sumo_setup_uvd_clocks()
828 !r600_is_uvd_state(new_rps->class, new_rps->class2)) in sumo_setup_uvd_clocks()
834 struct radeon_ps *new_rps, in sumo_set_uvd_clock_before_set_eng_clock() argument
[all …]
H A Dkv_dpm.c45 struct radeon_ps *new_rps);
51 struct radeon_ps *new_rps,
1527 struct radeon_ps *new_rps) in kv_set_valid_clock_range() argument
1529 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range()
1589 struct radeon_ps *new_rps) in kv_update_dfs_bypass_settings() argument
1591 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings()
1936 struct radeon_ps *new_rps, in kv_apply_state_adjust_rules() argument
1939 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules()
1951 if (new_rps->vce_active) { in kv_apply_state_adjust_rules()
1952 new_rps->evclk = rdev->pm.dpm.vce_states[rdev->pm.dpm.vce_level].evclk; in kv_apply_state_adjust_rules()
[all …]
H A Dsi_dpm.c5912 struct radeon_ps *new_rps, in si_set_vce_clock() argument
5915 if ((old_rps->evclk != new_rps->evclk) || in si_set_vce_clock()
5916 (old_rps->ecclk != new_rps->ecclk)) { in si_set_vce_clock()
5918 if (new_rps->evclk || new_rps->ecclk) in si_set_vce_clock()
5922 radeon_set_vce_clocks(rdev, new_rps->evclk, new_rps->ecclk); in si_set_vce_clock()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c56 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 in kv_apply_state_adjust_rules()
2489 kv_program_nbps_index_settings(struct amdgpu_device * adev,struct amdgpu_ps * new_rps) kv_program_nbps_index_settings() argument
[all...]
H A Dsi_dpm.c7006 struct amdgpu_ps *new_rps, in si_set_vce_clock() argument
7009 if ((old_rps->evclk != new_rps->evclk) || in si_set_vce_clock()
7010 (old_rps->ecclk != new_rps->ecclk)) { in si_set_vce_clock()
7012 if (new_rps->evclk || new_rps->ecclk) { in si_set_vce_clock()
7018 amdgpu_asic_set_vce_clocks(adev, new_rps->evclk, new_rps->ecclk);*/ in si_set_vce_clock()