Lines Matching refs:rps
52 struct rv7xx_ps *rv770_get_ps(struct radeon_ps *rps);
2097 struct radeon_ps *rps) in btc_apply_state_adjust_rules() argument
2099 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_apply_state_adjust_rules()
2260 struct radeon_ps *rps) in btc_update_current_ps() argument
2262 struct rv7xx_ps *new_ps = rv770_get_ps(rps); in btc_update_current_ps()
2265 eg_pi->current_rps = *rps; in btc_update_current_ps()
2271 struct radeon_ps *rps) in btc_update_requested_ps() argument
2273 struct rv7xx_ps *new_ps = rv770_get_ps(rps); in btc_update_requested_ps()
2276 eg_pi->requested_rps = *rps; in btc_update_requested_ps()
2740 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_debugfs_print_current_performance_level() local
2741 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_debugfs_print_current_performance_level()
2756 seq_printf(m, "uvd vclk: %d dclk: %d\n", rps->vclk, rps->dclk); in btc_dpm_debugfs_print_current_performance_level()
2765 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_get_current_sclk() local
2766 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_get_current_sclk()
2788 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_get_current_mclk() local
2789 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_get_current_mclk()