Lines Matching refs:boot_ps
4677 struct radeon_ps *radeon_boot_state = rdev->pm.dpm.boot_ps; in si_init_smc_table()
6334 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_enable() local
6397 ret = si_populate_mc_reg_table(rdev, boot_ps); in si_dpm_enable()
6418 ret = si_populate_smc_tdp_limits(rdev, boot_ps); in si_dpm_enable()
6423 ret = si_populate_smc_tdp_limits_2(rdev, boot_ps); in si_dpm_enable()
6443 ni_update_current_ps(rdev, boot_ps); in si_dpm_enable()
6479 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_disable() local
6488 si_enable_power_containment(rdev, boot_ps, false); in si_dpm_disable()
6489 si_enable_smc_cac(rdev, boot_ps, false); in si_dpm_disable()
6497 ni_update_current_ps(rdev, boot_ps); in si_dpm_disable()
6707 rdev->pm.dpm.boot_ps = rps; in si_parse_pplib_non_clock_info()