aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/kgd_pp_interface.h
diff options
context:
space:
mode:
authorEvan Quan <[email protected]>2023-08-11 10:09:14 +0000
committerAlex Deucher <[email protected]>2023-08-31 21:14:21 +0000
commit47cf6fcb88d2b46018a5dc9b1b369518f5588ae4 (patch)
tree4676882cf4024a703417f865e34491d272590b52 /drivers/gpu/drm/amd/include/kgd_pp_interface.h
parentdrm/amdgpu: update SET_HW_RESOURCES definition for UMSCH (diff)
downloadkernel-47cf6fcb88d2b46018a5dc9b1b369518f5588ae4.tar.gz
kernel-47cf6fcb88d2b46018a5dc9b1b369518f5588ae4.zip
drm/amd/pm: add fan acoustic target OD setting support for SMU13
Add SMU13 fan acoustic target OD setting support. Signed-off-by: Evan Quan <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/kgd_pp_interface.h')
-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 e3dcef8c4ab7..a7bc81a0a36e 100644
--- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h
+++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
@@ -115,6 +115,7 @@ enum pp_clock_type {
OD_CCLK,
OD_FAN_CURVE,
OD_ACOUSTIC_LIMIT,
+ OD_ACOUSTIC_TARGET,
};
enum amd_pp_sensors {
@@ -191,6 +192,7 @@ enum PP_OD_DPM_TABLE_COMMAND {
PP_OD_EDIT_VDDGFX_OFFSET,
PP_OD_EDIT_FAN_CURVE,
PP_OD_EDIT_ACOUSTIC_LIMIT,
+ PP_OD_EDIT_ACOUSTIC_TARGET,
};
struct pp_states_info {