Lines Matching refs:rps
51 struct rv7xx_ps *rv770_get_ps(struct radeon_ps *rps);
2096 struct radeon_ps *rps) in btc_apply_state_adjust_rules() argument
2098 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_apply_state_adjust_rules()
2259 struct radeon_ps *rps) in btc_update_current_ps() argument
2261 struct rv7xx_ps *new_ps = rv770_get_ps(rps); in btc_update_current_ps()
2264 eg_pi->current_rps = *rps; in btc_update_current_ps()
2270 struct radeon_ps *rps) in btc_update_requested_ps() argument
2272 struct rv7xx_ps *new_ps = rv770_get_ps(rps); in btc_update_requested_ps()
2275 eg_pi->requested_rps = *rps; in btc_update_requested_ps()
2739 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_debugfs_print_current_performance_level() local
2740 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_debugfs_print_current_performance_level()
2755 seq_printf(m, "uvd vclk: %d dclk: %d\n", rps->vclk, rps->dclk); in btc_dpm_debugfs_print_current_performance_level()
2764 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_get_current_sclk() local
2765 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_get_current_sclk()
2787 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_get_current_mclk() local
2788 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_get_current_mclk()