summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2024-03-28 11:00:50 +0800
committerAlex Deucher <alexander.deucher@amd.com>2024-04-09 22:07:30 -0400
commit7c1d9e10e6643121f1ffe9c0903467cc8682eba8 (patch)
treeb380264c766844cbb045dd3dec91c924a9d5a6e6 /drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
parent52821adbc30668e9ebf3b236b2c9f9ac9a135446 (diff)
downloadlinux-stable-7c1d9e10e6643121f1ffe9c0903467cc8682eba8.tar.gz
linux-stable-7c1d9e10e6643121f1ffe9c0903467cc8682eba8.tar.bz2
linux-stable-7c1d9e10e6643121f1ffe9c0903467cc8682eba8.zip
drm/amd/pm: fix the high voltage issue after unload
fix the high voltage issue after unload on smu 13.0.10 Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h b/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
index a870bdd49a4e..1fa81575788c 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
+++ b/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
@@ -424,6 +424,7 @@ enum smu_reset_mode {
enum smu_baco_state {
SMU_BACO_STATE_ENTER = 0,
SMU_BACO_STATE_EXIT,
+ SMU_BACO_STATE_NONE,
};
struct smu_baco_context {