Lines Matching refs:boot_ps
5159 struct amdgpu_ps *amdgpu_boot_state = adev->pm.dpm.boot_ps; in si_init_smc_table()
6783 struct amdgpu_ps *boot_ps = adev->pm.dpm.boot_ps; in si_dpm_enable() local
6846 ret = si_populate_mc_reg_table(adev, boot_ps); in si_dpm_enable()
6867 ret = si_populate_smc_tdp_limits(adev, boot_ps); in si_dpm_enable()
6872 ret = si_populate_smc_tdp_limits_2(adev, boot_ps); in si_dpm_enable()
6914 struct amdgpu_ps *boot_ps = adev->pm.dpm.boot_ps; in si_dpm_disable() local
6923 si_enable_power_containment(adev, boot_ps, false); in si_dpm_disable()
6924 si_enable_smc_cac(adev, boot_ps, false); in si_dpm_disable()
6932 ni_update_current_ps(adev, boot_ps); in si_dpm_disable()
7124 adev->pm.dpm.boot_ps = rps; in si_parse_pplib_non_clock_info()
7720 adev->pm.dpm.current_ps = adev->pm.dpm.requested_ps = adev->pm.dpm.boot_ps; in si_dpm_sw_init()
7791 adev->pm.dpm.current_ps = adev->pm.dpm.requested_ps = adev->pm.dpm.boot_ps; in si_dpm_suspend()