Lines Matching refs:old_rps
346 struct radeon_ps *old_rps);
841 struct radeon_ps *old_rps) in trinity_program_power_levels_0_to_n() argument
844 struct trinity_ps *old_ps = trinity_get_ps(old_rps); in trinity_program_power_levels_0_to_n()
923 struct radeon_ps *old_rps) in trinity_setup_uvd_clocks() argument
933 !trinity_uvd_clocks_zero(old_rps)) { in trinity_setup_uvd_clocks()
938 if (trinity_uvd_clocks_zero(old_rps)) { in trinity_setup_uvd_clocks()
951 trinity_uvd_clocks_equal(new_rps, old_rps)) in trinity_setup_uvd_clocks()
964 struct radeon_ps *old_rps) in trinity_set_uvd_clock_before_set_eng_clock() argument
973 trinity_setup_uvd_clocks(rdev, new_rps, old_rps); in trinity_set_uvd_clock_before_set_eng_clock()
978 struct radeon_ps *old_rps) in trinity_set_uvd_clock_after_set_eng_clock() argument
981 struct trinity_ps *current_ps = trinity_get_ps(old_rps); in trinity_set_uvd_clock_after_set_eng_clock()
987 trinity_setup_uvd_clocks(rdev, new_rps, old_rps); in trinity_set_uvd_clock_after_set_eng_clock()
992 struct radeon_ps *old_rps) in trinity_set_vce_clock() argument
994 if ((old_rps->evclk != new_rps->evclk) || in trinity_set_vce_clock()
995 (old_rps->ecclk != new_rps->ecclk)) { in trinity_set_vce_clock()
1536 struct radeon_ps *old_rps) in trinity_apply_state_adjust_rules() argument
1539 struct trinity_ps *current_ps = trinity_get_ps(old_rps); in trinity_apply_state_adjust_rules()