diff options
| author | Lijo Lazar <[email protected]> | 2023-08-25 11:32:58 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-09-20 16:24:53 +0000 |
| commit | 615585d09b33e609bef5eb7986f5df2b4e053ac3 (patch) | |
| tree | bb3f56a1f5764b6a79cd8bbcbe9a25d00f77dab5 /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
| parent | drm/amd: Enable seamless boot by default on newer ASICs (diff) | |
| download | kernel-615585d09b33e609bef5eb7986f5df2b4e053ac3.tar.gz kernel-615585d09b33e609bef5eb7986f5df2b4e053ac3.zip | |
Documentation/amdgpu: Modify pp_dpm_*clk details
pp_dpm_*clk nodes also could show the frequencies when a clock is in
'sleep' state. Add documentation related to that.
Signed-off-by: Lijo Lazar <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index e789a48089ad..2807f3bd9ebe 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -983,7 +983,15 @@ static ssize_t amdgpu_get_pp_features(struct device *dev, * pp_dpm_fclk interface is only available for Vega20 and later ASICs. * * Reading back the files will show you the available power levels within - * the power state and the clock information for those levels. + * the power state and the clock information for those levels. If deep sleep is + * applied to a clock, the level will be denoted by a special level 'S:' + * E.g., + * S: 19Mhz * + * 0: 615Mhz + * 1: 800Mhz + * 2: 888Mhz + * 3: 1000Mhz + * * * To manually adjust these states, first select manual using * power_dpm_force_performance_level. |
