diff options
| author | Evan Quan <[email protected]> | 2022-12-05 04:02:35 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-12-15 17:18:40 +0000 |
| commit | 975b4b1d90ccf83da252907108f4090fb61b816e (patch) | |
| tree | a0e4579c5e2cf1ade066f1ed708bdc581dbd8471 /drivers/gpu/drm/amd/include/kgd_pp_interface.h | |
| parent | drm/amd/pm: drop unused SMU v13 API (diff) | |
| download | kernel-975b4b1d90ccf83da252907108f4090fb61b816e.tar.gz kernel-975b4b1d90ccf83da252907108f4090fb61b816e.zip | |
drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings
Enable peak profiling mode shader/memory clocks reporting for swsmu
framework.
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.h | 2 |
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 d18162e9ed1d..f3d64c78feaa 100644 --- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h +++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h @@ -139,6 +139,8 @@ enum amd_pp_sensors { AMDGPU_PP_SENSOR_MIN_FAN_RPM, AMDGPU_PP_SENSOR_MAX_FAN_RPM, AMDGPU_PP_SENSOR_VCN_POWER_STATE, + AMDGPU_PP_SENSOR_PEAK_PSTATE_SCLK, + AMDGPU_PP_SENSOR_PEAK_PSTATE_MCLK, }; enum amd_pp_task { |
