Searched refs:new_rps (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/radeon/ |
D | trinity_dpm.c | 301 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 …]
|
D | sumo_dpm.c | 678 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 …]
|
D | kv_dpm.c | 45 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 …]
|
D | si_dpm.c | 5912 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()
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | kv_dpm.c | 56 struct amdgpu_ps *new_rps); 62 struct amdgpu_ps *new_rps, 1772 struct amdgpu_ps *new_rps) in kv_set_valid_clock_range() argument 1774 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range() 1834 struct amdgpu_ps *new_rps) in kv_update_dfs_bypass_settings() argument 1836 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings() 2205 struct amdgpu_ps *new_rps, in kv_apply_state_adjust_rules() argument 2208 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules() 2220 if (new_rps->vce_active) { in kv_apply_state_adjust_rules() 2221 new_rps->evclk = adev->pm.dpm.vce_states[adev->pm.dpm.vce_level].evclk; in kv_apply_state_adjust_rules() [all …]
|
D | si_dpm.c | 7006 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()
|