Lines Matching refs:boot_ps
4710 struct radeon_ps *radeon_boot_state = rdev->pm.dpm.boot_ps; in si_init_smc_table()
6364 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_enable() local
6427 ret = si_populate_mc_reg_table(rdev, boot_ps); in si_dpm_enable()
6448 ret = si_populate_smc_tdp_limits(rdev, boot_ps); in si_dpm_enable()
6453 ret = si_populate_smc_tdp_limits_2(rdev, boot_ps); in si_dpm_enable()
6473 ni_update_current_ps(rdev, boot_ps); in si_dpm_enable()
6509 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_disable() local
6518 si_enable_power_containment(rdev, boot_ps, false); in si_dpm_disable()
6519 si_enable_smc_cac(rdev, boot_ps, false); in si_dpm_disable()
6527 ni_update_current_ps(rdev, boot_ps); in si_dpm_disable()
6737 rdev->pm.dpm.boot_ps = rps; in si_parse_pplib_non_clock_info()