Searched refs:new_rps (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | trinity_dpm.c | 297 struct radeon_ps *new_rps, 792 struct radeon_ps *new_rps, in trinity_program_power_levels_0_to_n() argument 795 struct trinity_ps *new_ps = trinity_get_ps(new_rps); in trinity_program_power_levels_0_to_n() 874 struct radeon_ps *new_rps, in trinity_setup_uvd_clocks() argument 884 if (trinity_uvd_clocks_zero(new_rps) && in trinity_setup_uvd_clocks() 887 } else if (!trinity_uvd_clocks_zero(new_rps)) { in trinity_setup_uvd_clocks() 888 trinity_setup_uvd_clock_table(rdev, new_rps); in trinity_setup_uvd_clocks() 895 radeon_set_uvd_clocks(rdev, new_rps->vclk, new_rps->dclk); in trinity_setup_uvd_clocks() 902 if (trinity_uvd_clocks_zero(new_rps) || in trinity_setup_uvd_clocks() 903 trinity_uvd_clocks_equal(new_rps, old_rps)) in trinity_setup_uvd_clocks() [all …]
|
H A D | sumo_dpm.c | 676 struct radeon_ps *new_rps, in sumo_pre_notify_alt_vddnb_change() argument 679 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_pre_notify_alt_vddnb_change() 694 struct radeon_ps *new_rps, in sumo_post_notify_alt_vddnb_change() argument 697 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_post_notify_alt_vddnb_change() 750 struct radeon_ps *new_rps, in sumo_program_power_levels_0_to_n() argument 754 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_program_power_levels_0_to_n() 813 struct radeon_ps *new_rps, in sumo_setup_uvd_clocks() argument 822 radeon_set_uvd_clocks(rdev, new_rps->vclk, new_rps->dclk); in sumo_setup_uvd_clocks() 826 !r600_is_uvd_state(new_rps->class, new_rps->class2)) in sumo_setup_uvd_clocks() 832 struct radeon_ps *new_rps, in sumo_set_uvd_clock_before_set_eng_clock() argument [all …]
|
H A D | kv_dpm.c | 45 struct radeon_ps *new_rps); 51 struct radeon_ps *new_rps, 1526 struct radeon_ps *new_rps) in kv_set_valid_clock_range() argument 1528 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_set_valid_clock_range() 1588 struct radeon_ps *new_rps) in kv_update_dfs_bypass_settings() argument 1590 struct kv_ps *new_ps = kv_get_ps(new_rps); in kv_update_dfs_bypass_settings() 1935 struct radeon_ps *new_rps, in kv_apply_state_adjust_rules() argument 1938 struct kv_ps *ps = kv_get_ps(new_rps); in kv_apply_state_adjust_rules() 1950 if (new_rps->vce_active) { in kv_apply_state_adjust_rules() 1951 new_rps->evclk = rdev->pm.dpm.vce_states[rdev->pm.dpm.vce_level].evclk; in kv_apply_state_adjust_rules() [all …]
|
H A D | si_dpm.c | 5868 struct radeon_ps *new_rps, in si_set_vce_clock() argument 5871 if ((old_rps->evclk != new_rps->evclk) || in si_set_vce_clock() 5872 (old_rps->ecclk != new_rps->ecclk)) { in si_set_vce_clock() 5874 if (new_rps->evclk || new_rps->ecclk) in si_set_vce_clock() 5878 radeon_set_vce_clocks(rdev, new_rps->evclk, new_rps->ecclk); in si_set_vce_clock()
|