diff options
author | Evan Quan <evan.quan@amd.com> | 2023-08-11 18:09:14 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-08-31 17:14:21 -0400 |
commit | 47cf6fcb88d2b46018a5dc9b1b369518f5588ae4 (patch) | |
tree | 4676882cf4024a703417f865e34491d272590b52 /Documentation/gpu/amdgpu/thermal.rst | |
parent | 983ac45a06aec8987755c921aa53e81e6a69fb78 (diff) | |
download | lwn-47cf6fcb88d2b46018a5dc9b1b369518f5588ae4.tar.gz lwn-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 <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu/amdgpu/thermal.rst')
-rw-r--r-- | Documentation/gpu/amdgpu/thermal.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/amdgpu/thermal.rst b/Documentation/gpu/amdgpu/thermal.rst index 8ed888f81d2c..26ca4812b9f6 100644 --- a/Documentation/gpu/amdgpu/thermal.rst +++ b/Documentation/gpu/amdgpu/thermal.rst @@ -76,6 +76,12 @@ acoustic_limit_rpm_threshold .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c :doc: acoustic_limit_rpm_threshold +acoustic_target_rpm_threshold +----------------------------- + +.. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c + :doc: acoustic_target_rpm_threshold + GFXOFF ====== |