Lines Matching refs:boot_ps
4633 struct radeon_ps *radeon_boot_state = rdev->pm.dpm.boot_ps; in si_init_smc_table()
6290 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_enable() local
6353 ret = si_populate_mc_reg_table(rdev, boot_ps); in si_dpm_enable()
6374 ret = si_populate_smc_tdp_limits(rdev, boot_ps); in si_dpm_enable()
6379 ret = si_populate_smc_tdp_limits_2(rdev, boot_ps); in si_dpm_enable()
6399 ni_update_current_ps(rdev, boot_ps); in si_dpm_enable()
6435 struct radeon_ps *boot_ps = rdev->pm.dpm.boot_ps; in si_dpm_disable() local
6444 si_enable_power_containment(rdev, boot_ps, false); in si_dpm_disable()
6445 si_enable_smc_cac(rdev, boot_ps, false); in si_dpm_disable()
6453 ni_update_current_ps(rdev, boot_ps); in si_dpm_disable()
6663 rdev->pm.dpm.boot_ps = rps; in si_parse_pplib_non_clock_info()