Lines Matching refs:boot_ps
4695 struct radeon_ps *radeon_boot_state = rdev->pm.dpm.boot_ps; in si_init_smc_table()
6349 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_enable() local
6412 ret = si_populate_mc_reg_table(rdev, boot_ps); in si_dpm_enable()
6433 ret = si_populate_smc_tdp_limits(rdev, boot_ps); in si_dpm_enable()
6438 ret = si_populate_smc_tdp_limits_2(rdev, boot_ps); in si_dpm_enable()
6458 ni_update_current_ps(rdev, boot_ps); in si_dpm_enable()
6494 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_disable() local
6503 si_enable_power_containment(rdev, boot_ps, false); in si_dpm_disable()
6504 si_enable_smc_cac(rdev, boot_ps, false); in si_dpm_disable()
6512 ni_update_current_ps(rdev, boot_ps); in si_dpm_disable()
6722 rdev->pm.dpm.boot_ps = rps; in si_parse_pplib_non_clock_info()