drm/radeon/dpm: add late_enable for SI
Make sure interrupts are enabled before we enable thermal interrupts. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bda44c1ae7
commit
963c115dae
3 changed files with 24 additions and 0 deletions
|
@ -1921,6 +1921,7 @@ static struct radeon_asic si_asic = {
|
|||
.init = &si_dpm_init,
|
||||
.setup_asic = &si_dpm_setup_asic,
|
||||
.enable = &si_dpm_enable,
|
||||
.late_enable = &si_dpm_late_enable,
|
||||
.disable = &si_dpm_disable,
|
||||
.pre_set_power_state = &si_dpm_pre_set_power_state,
|
||||
.set_power_state = &si_dpm_set_power_state,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue