Lines Matching refs:boot_ps
4636 struct radeon_ps *radeon_boot_state = rdev->pm.dpm.boot_ps; in si_init_smc_table()
6275 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_enable() local
6338 ret = si_populate_mc_reg_table(rdev, boot_ps); in si_dpm_enable()
6359 ret = si_populate_smc_tdp_limits(rdev, boot_ps); in si_dpm_enable()
6364 ret = si_populate_smc_tdp_limits_2(rdev, boot_ps); in si_dpm_enable()
6384 ni_update_current_ps(rdev, boot_ps); in si_dpm_enable()
6420 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_disable() local
6429 si_enable_power_containment(rdev, boot_ps, false); in si_dpm_disable()
6430 si_enable_smc_cac(rdev, boot_ps, false); in si_dpm_disable()
6438 ni_update_current_ps(rdev, boot_ps); in si_dpm_disable()
6647 rdev->pm.dpm.boot_ps = rps; in si_parse_pplib_non_clock_info()