Lines Matching refs:old_rps
347 struct radeon_ps *old_rps);
842 struct radeon_ps *old_rps) in trinity_program_power_levels_0_to_n() argument
845 struct trinity_ps *old_ps = trinity_get_ps(old_rps); in trinity_program_power_levels_0_to_n()
924 struct radeon_ps *old_rps) in trinity_setup_uvd_clocks() argument
934 !trinity_uvd_clocks_zero(old_rps)) { in trinity_setup_uvd_clocks()
939 if (trinity_uvd_clocks_zero(old_rps)) { in trinity_setup_uvd_clocks()
952 trinity_uvd_clocks_equal(new_rps, old_rps)) in trinity_setup_uvd_clocks()
965 struct radeon_ps *old_rps) in trinity_set_uvd_clock_before_set_eng_clock() argument
974 trinity_setup_uvd_clocks(rdev, new_rps, old_rps); in trinity_set_uvd_clock_before_set_eng_clock()
979 struct radeon_ps *old_rps) in trinity_set_uvd_clock_after_set_eng_clock() argument
982 struct trinity_ps *current_ps = trinity_get_ps(old_rps); in trinity_set_uvd_clock_after_set_eng_clock()
988 trinity_setup_uvd_clocks(rdev, new_rps, old_rps); in trinity_set_uvd_clock_after_set_eng_clock()
993 struct radeon_ps *old_rps) in trinity_set_vce_clock() argument
995 if ((old_rps->evclk != new_rps->evclk) || in trinity_set_vce_clock()
996 (old_rps->ecclk != new_rps->ecclk)) { in trinity_set_vce_clock()
1537 struct radeon_ps *old_rps) in trinity_apply_state_adjust_rules() argument
1540 struct trinity_ps *current_ps = trinity_get_ps(old_rps); in trinity_apply_state_adjust_rules()