Lines Matching refs:rps
50 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()
2737 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_debugfs_print_current_performance_level() local
2738 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_debugfs_print_current_performance_level()
2753 seq_printf(m, "uvd vclk: %d dclk: %d\n", rps->vclk, rps->dclk); in btc_dpm_debugfs_print_current_performance_level()
2762 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_get_current_sclk() local
2763 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_get_current_sclk()
2785 struct radeon_ps *rps = &eg_pi->current_rps; in btc_dpm_get_current_mclk() local
2786 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_dpm_get_current_mclk()