summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2023-08-11 17:53:08 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-08-31 16:40:25 -0400
commit548009ad1c9a8e7dedf3c50730214c2e33f03865 (patch)
tree7cfc31a12fcac4376623fda20c0e54688cb0ae10 /drivers/gpu/drm/amd/include
parentd7bf1b556fcceaa81c0a18d7828258e7a6c383c2 (diff)
downloadlinux-stable-548009ad1c9a8e7dedf3c50730214c2e33f03865.tar.gz
linux-stable-548009ad1c9a8e7dedf3c50730214c2e33f03865.tar.bz2
linux-stable-548009ad1c9a8e7dedf3c50730214c2e33f03865.zip
drm/amd/pm: add fan acoustic limit OD setting support for SMU13
Add SMU13 fan acoustic limit OD setting support. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
-rw-r--r--drivers/gpu/drm/amd/include/kgd_pp_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/kgd_pp_interface.h b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
index 7bdd2bdab970..e3dcef8c4ab7 100644
--- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h
+++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
@@ -114,6 +114,7 @@ enum pp_clock_type {
OD_VDDGFX_OFFSET,
OD_CCLK,
OD_FAN_CURVE,
+ OD_ACOUSTIC_LIMIT,
};
enum amd_pp_sensors {
@@ -189,6 +190,7 @@ enum PP_OD_DPM_TABLE_COMMAND {
PP_OD_COMMIT_DPM_TABLE,
PP_OD_EDIT_VDDGFX_OFFSET,
PP_OD_EDIT_FAN_CURVE,
+ PP_OD_EDIT_ACOUSTIC_LIMIT,
};
struct pp_states_info {